removed static files

This commit is contained in:
Edward Tirado Jr 2025-03-30 17:53:32 -05:00
parent 8f77027402
commit 311ef6cb28
165 changed files with 6 additions and 37386 deletions

View file

@ -1,8 +0,0 @@
/*global jQuery:false*/
'use strict';
/* 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).
*/
window.django = {jQuery: jQuery.noConflict(true)};