web/static/admin/js/jquery.init.js
author ymh <ymh.work@gmail.com>
Fri, 06 May 2011 00:06:42 +0200
changeset 90 4ddb88f103ad
parent 0 bdf22b140727
permissions -rw-r--r--
improve indexation, limit tags to 50 characters, improve wsgi

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