Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. require(['jquery', 'jquery/ui'],function($){
  2. $('[data-block="minicart"]').on('contentLoading', function (event) {
  3. $('[data-block="minicart"]').on('contentUpdated', function () {
  4. $('html, body').animate({scrollTop:0}, 'slow');
  5. });
  6. });
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement