diff options
author | adityacp | 2020-07-27 15:37:32 +0530 |
---|---|---|
committer | adityacp | 2020-07-27 15:37:32 +0530 |
commit | 47eb422c3cb2baf5386df274114019f684fa9af8 (patch) | |
tree | 00a273f2294aa15bacb6617fa4eb84dcedc9712a /static/admin/js/jquery.init.js | |
parent | 120ff8c5e6a90c5c02af7f9266e1fd9a6435350f (diff) | |
download | workshop_booking-47eb422c3cb2baf5386df274114019f684fa9af8.tar.gz workshop_booking-47eb422c3cb2baf5386df274114019f684fa9af8.tar.bz2 workshop_booking-47eb422c3cb2baf5386df274114019f684fa9af8.zip |
Delete unnecessary static files
Diffstat (limited to 'static/admin/js/jquery.init.js')
-rw-r--r-- | static/admin/js/jquery.init.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/static/admin/js/jquery.init.js b/static/admin/js/jquery.init.js deleted file mode 100644 index f3ac162..0000000 --- a/static/admin/js/jquery.init.js +++ /dev/null @@ -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); |