web/static/admin/js/jquery.init.js
author cavaliet
Thu, 14 Apr 2011 17:39:36 +0200
changeset 57 795f01224eef
parent 0 bdf22b140727
permissions -rw-r--r--
changes after social_auth integration, new way to create the virtualenv and update django to 1.3. It means remove jogging, change openid_consumer to django-openid-consumer, set the good lxml version for windows.

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