web/static/admin/js/jquery.init.js
author ymh <ymh.work@gmail.com>
Sat, 12 Jun 2010 04:25:05 +0200
changeset 0 cc4a51750724
permissions -rw-r--r--
first commit

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