web/static/admin/js/jquery.init.js
author ymh <ymh.work@gmail.com>
Thu, 21 Oct 2010 17:40:14 +0200
changeset 52 cabe73ea6929
parent 29 cc9b7e14412b
permissions -rw-r--r--
Merge with 012451a812f1abd21e7e30f887f8f2ba90f58b4b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
29
cc9b7e14412b update django and lucene
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
// Puts the included jQuery into our own namespace
cc9b7e14412b update django and lucene
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
var django = {
cc9b7e14412b update django and lucene
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
    "jQuery": jQuery.noConflict(true)
cc9b7e14412b update django and lucene
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
};