Private
Public Access
1
0

Removed wrongly copied files

This commit is contained in:
Roosendaal
2016-11-08 19:54:19 +01:00
parent 3444995880
commit 48044108b2
1263 changed files with 1 additions and 32399 deletions

View File

@@ -1,8 +0,0 @@
/*global django:true, jQuery:false*/
/* Puts the included jQuery into our own namespace using noConflict and passing
* it 'true'. This ensures that the included jQuery doesn't pollute the global
* namespace (i.e. this preserves pre-existing values for both window.$ and
* window.jQuery).
*/
var django = django || {};
django.jQuery = jQuery.noConflict(true);