web/static/admin/js/jquery.init.js
author cavaliet
Mon, 09 May 2011 18:57:23 +0200
changeset 103 5578dcb54f4d
parent 0 bdf22b140727
permissions -rw-r--r--
merge context_processors.py and enable upload cancel and remove temp file. Creation of a session temp folder for upload.

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