diff -r 77b6da96e6f1 -r 4d98cc92b3a8 web/static/admin/js/jquery.init.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/static/admin/js/jquery.init.js Wed Jun 02 19:00:20 2010 +0200 @@ -0,0 +1,4 @@ +// Puts the included jQuery into our own namespace +var django = { + "jQuery": jQuery.noConflict(true) +};