web/static/admin/js/jquery.init.js
author veltr
Fri, 20 Jul 2012 16:37:23 +0200
changeset 83 f8b1d6f5bb33
parent 0 ecdfc63274bf
permissions -rw-r--r--
Lots of small modifications

// Puts the included jQuery into our own namespace
var django = {
    "jQuery": jQuery.noConflict(true)
};