web/lib/django/contrib/admin/media/js/jquery.init.js
author ymh <ymh.work@gmail.com>
Wed, 02 Jun 2010 18:57:35 +0200
changeset 38 77b6da96e6f1
parent 29 cc9b7e14412b
permissions -rw-r--r--
update django

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