web/static/admin/js/jquery.init.js
author wakimd
Fri, 22 Oct 2010 18:14:30 +0200
changeset 1 eb9188f2ee4f
permissions -rw-r--r--
first commit

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