web/static/admin/js/jquery.init.js
author ymh <ymh.work@gmail.com>
Tue, 15 Jun 2010 01:32:34 +0200
changeset 47 8dbd741e3da6
parent 0 ecdfc63274bf
permissions -rw-r--r--
correct css path and error handling + increase version
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
// Puts the included jQuery into our own namespace
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
var django = {
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
    "jQuery": jQuery.noConflict(true)
ecdfc63274bf first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
};