web/static/admin/js/jquery.init.js
author ymh <ymh.work@gmail.com>
Tue, 29 Mar 2011 13:33:43 +0200
changeset 50 0d59e0522d36
parent 0 bdf22b140727
permissions -rw-r--r--
simplify virtualenv creation script

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