web/static/admin/js/jquery.init.js
author ymh <ymh.work@gmail.com>
Tue, 03 May 2011 15:07:19 +0200
changeset 86 c87350ebcddb
parent 29 cc9b7e14412b
permissions -rw-r--r--
correct virtual env creation on linux

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