web/static/admin/js/jquery.init.js
author cavaliet
Wed, 20 Apr 2011 18:45:21 +0200
changeset 66 8a7530e28185
parent 0 bdf22b140727
permissions -rw-r--r--
Add token authentification to un/publish request. Update jquery.min.js and twitter auth keys.

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