web/static/admin/js/jquery.init.js
author wakimd
Wed, 22 Dec 2010 12:01:05 +0100
changeset 25 c8dfd7ea87e5
parent 9 22ab430e9b64
permissions -rw-r--r--
Corrections on merge
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
};