web/static/admin/js/jquery.init.js
author veltr
Thu, 19 Jul 2012 14:09:23 +0200
changeset 81 bf6adf981cc2
parent 0 ecdfc63274bf
permissions -rw-r--r--
JS file was accidentally deleted

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