web/static/admin/js/jquery.init.js
author ymh <ymh.work@gmail.com>
Tue, 01 Jun 2010 19:07:23 +0200
changeset 35 8b65c9054eac
parent 29 cc9b7e14412b
permissions -rw-r--r--
correct errors

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