Skip to content

Commit

Permalink
Update infinitescroll.phtml
Browse files Browse the repository at this point in the history
  • Loading branch information
magiccart committed Aug 3, 2021
1 parent 5104ee5 commit 78c166a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/templates/infinitescroll.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if ($loadingImage) {
}
?>
<script type="text/javascript">
require(['jquery', 'magepow/infinitescroll'], function ($) {
require(['jquery', 'magepow/infinitescroll', 'catalogAddToCart'], function ($) {
"use strict";
$(document).ready(function () {
$('body').addClass('infinitescroll');
Expand Down

0 comments on commit 78c166a

Please sign in to comment.