web/static/admin/js/jquery.init.js
author ymh <ymh.work@gmail.com>
Sun, 06 Jun 2010 03:16:01 +0200
changeset 47 16e91607ef4a
parent 29 cc9b7e14412b
permissions -rw-r--r--
ignore more virtualenv

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