web/static/admin/js/jquery.init.js
author ymh <ymh.work@gmail.com>
Wed, 20 Apr 2011 11:30:32 +0200
changeset 65 e96c79ca2ebc
parent 0 bdf22b140727
permissions -rw-r--r--
clean virtualenv

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