web/static/admin/js/jquery.init.js
author ymh <ymh.work@gmail.com>
Fri, 28 Jan 2011 12:43:49 +0100
changeset 1 6a2a816d4ba3
parent 0 bdf22b140727
permissions -rw-r--r--
correct virtual env res + htaccess + mod wsgi

// Puts the included jQuery into our own namespace
var django = {
    "jQuery": jQuery.noConflict(true)
};