Remove unused JS
This commit is contained in:
parent
60026bfa9c
commit
40023b6097
2 changed files with 0 additions and 18 deletions
|
@ -1,17 +0,0 @@
|
|||
(function($) {
|
||||
|
||||
"use strict";
|
||||
|
||||
// Cache Selectors
|
||||
var mainWindow =$(window),
|
||||
popupAd =$('#popup-ad');
|
||||
|
||||
|
||||
//Popup Ad
|
||||
mainWindow.on('load',function(){
|
||||
setTimeout(function(){
|
||||
popupAd.modal('show');
|
||||
}, 2500);
|
||||
});
|
||||
|
||||
})(jQuery);
|
|
@ -354,7 +354,6 @@
|
|||
<script src="{% static "frontend/js/custom-owl.js" %}"></script>
|
||||
<script src="{% static "frontend/js/custom-date-picker.js" %}"></script>
|
||||
<script src="{% static "frontend/js/custom-video.js" %}"></script>
|
||||
<script src="{% static "frontend/js/popup-ad.js" %}"></script>
|
||||
|
||||
{% block scripts %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue