web/static/admin/js/jquery.init.js
author ymh <ymh.work@gmail.com>
Wed, 09 Mar 2011 16:36:20 +0100
changeset 41 0533a05b7113
parent 0 bdf22b140727
permissions -rw-r--r--
chang external_src_url definition since it may not match teh definition of a url for URLField. This has no impact omn the db

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