File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,9 @@ if ($loadingImage) {
1818 $ loadingImage = $ this ->getViewFileUrl ('images/loader-1.gif ' );
1919}
2020?>
21- <script>
21+ <script type="text/javascript" >
2222 require(['jquery', 'magepow/infinitescroll'], function ($) {
23+ "use strict";
2324 $(document).ready(function () {
2425 $('body').addClass('infinitescroll');
2526 var ias = $.ias({
@@ -33,7 +34,7 @@ if ($loadingImage) {
3334 window.ias = $.ias();
3435 window.ias.extension(new IASSpinnerExtension({
3536 src: "<?php echo $ loadingImage ; ?> ",
36- html: '<div class="iass-spinner"><img src="{src}"/><p ><?php echo $ loadingText ; ?> </p ></div>'
37+ html: '<div class="iass-spinner"><img src="{src}"/><span ><?php echo $ loadingText ; ?> </span ></div>'
3738 }));
3839
3940 window.ias.extension(new IASNoneLeftExtension({
You can’t perform that action at this time.
0 commit comments