web/static/admin/js/jquery.init.js
author ymh <ymh.work@gmail.com>
Thu, 16 Dec 2010 15:00:30 +0100
changeset 24 9e19b7ae3780
parent 9 22ab430e9b64
permissions -rw-r--r--
Merge with 1a061f24425462b0267eece1cdc970001580be24
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     1
// Puts the included jQuery into our own namespace
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     2
var django = {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     3
    "jQuery": jQuery.noConflict(true)
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     4
};