Bunch of new theory pages

This commit is contained in:
2014-12-02 16:20:52 +10:00
parent 213308318f
commit c83aebd7fb
65 changed files with 8440 additions and 4963 deletions

View File

@@ -3,6 +3,5 @@
* namespace (i.e. this preserves pre-existing values for both window.$ and
* window.jQuery).
*/
var django = {
"jQuery": jQuery.noConflict(true)
};
var django = django || {};
django.jQuery = jQuery.noConflict(true);