web/static/admin/js/jquery.init.js
author cavaliet
Wed, 09 Mar 2011 16:05:31 +0100
branchmodal_update
changeset 38 457d4ab675df
parent 0 bdf22b140727
permissions -rw-r--r--
debug modal for chrome, ie7. For firefox, links are not modal anymore.

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