web/lib/django/contrib/admin/media/js/jquery.init.js
author ymh <ymh.work@gmail.com>
Tue, 25 May 2010 02:43:45 +0200
changeset 29 cc9b7e14412b
permissions -rw-r--r--
update django and lucene

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