diff --git a/js/bootstrap-alerts.js b/js/bootstrap-alerts.js index 6b284690..82bcac52 100644 --- a/js/bootstrap-alerts.js +++ b/js/bootstrap-alerts.js @@ -101,4 +101,4 @@ new Alert($('body'), '.alert-message[data-alert] .close') }) -})( jQuery || ender ) \ No newline at end of file +})( window.jQuery || window.ender ) \ No newline at end of file diff --git a/js/bootstrap-dropdown.js b/js/bootstrap-dropdown.js index a64e3821..ca2daf1f 100644 --- a/js/bootstrap-dropdown.js +++ b/js/bootstrap-dropdown.js @@ -47,4 +47,4 @@ }) } -})( jQuery || ender ) \ No newline at end of file +})( window.jQuery || window.ender ) \ No newline at end of file diff --git a/js/bootstrap-modal.js b/js/bootstrap-modal.js index 41a7a411..da670607 100644 --- a/js/bootstrap-modal.js +++ b/js/bootstrap-modal.js @@ -224,4 +224,4 @@ }) }) -})( jQuery || ender ) \ No newline at end of file +})( window.jQuery || window.ender ) \ No newline at end of file diff --git a/js/bootstrap-popover.js b/js/bootstrap-popover.js index 2d5ed9a1..e41090a3 100644 --- a/js/bootstrap-popover.js +++ b/js/bootstrap-popover.js @@ -74,4 +74,4 @@ $.fn.popover.defaults = $.extend({} , $.fn.twipsy.defaults, { content: 'data-content', placement: 'right'}) -})( jQuery || ender ) \ No newline at end of file +})( window.jQuery || window.ender ) \ No newline at end of file diff --git a/js/bootstrap-scrollspy.js b/js/bootstrap-scrollspy.js index 7d9bf7b6..4b146e58 100644 --- a/js/bootstrap-scrollspy.js +++ b/js/bootstrap-scrollspy.js @@ -102,4 +102,4 @@ $('body').scrollSpy('[data-scrollspy] li > a') }) -}( jQuery || ender ) \ No newline at end of file +}( window.jQuery || window.ender ) \ No newline at end of file diff --git a/js/bootstrap-tabs.js b/js/bootstrap-tabs.js index 7bac0bc6..807b366a 100644 --- a/js/bootstrap-tabs.js +++ b/js/bootstrap-tabs.js @@ -59,4 +59,4 @@ $('body').tabs('ul[data-tabs] li > a, ul[data-pills] > li > a') }) -})( jQuery || ender ) \ No newline at end of file +})( window.jQuery || window.ender ) \ No newline at end of file diff --git a/js/bootstrap-twipsy.js b/js/bootstrap-twipsy.js index 5ac73291..bc92f97f 100644 --- a/js/bootstrap-twipsy.js +++ b/js/bootstrap-twipsy.js @@ -304,4 +304,4 @@ return $.metadata ? $.extend({}, options, $(ele).metadata()) : options } -})( jQuery || ender ) \ No newline at end of file +})( window.jQuery || window.ender ) \ No newline at end of file