web/static/admin/js/jquery.init.js
author ymh <ymh.work@gmail.com>
Tue, 03 May 2011 00:01:37 +0200
changeset 81 c6f9843db895
parent 0 bdf22b140727
permissions -rw-r--r--
correct installation for linux

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