web/static/admin/js/jquery.init.js
author ymh <ymh.work@gmail.com>
Wed, 02 Mar 2011 15:54:03 +0100
changeset 34 7cff07b61d13
parent 0 bdf22b140727
permissions -rw-r--r--
Merge with 3dd37cc8d8b353b2af5b3414d3e2269e7379ecf1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
bdf22b140727 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
// Puts the included jQuery into our own namespace
bdf22b140727 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
var django = {
bdf22b140727 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
    "jQuery": jQuery.noConflict(true)
bdf22b140727 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
};