web/static/admin/js/jquery.init.js
author Cavalie Thibaut <thibaut.cavalie@centrepompidou.fr>
Mon, 28 Feb 2011 12:43:13 +0100
branchmodal_update
changeset 31 0d829ac13c4b
parent 0 bdf22b140727
permissions -rw-r--r--
Update modal behavior, to test if LDT swf has a still not saved work. Update language files too.
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
};