define(['jquery'],function($){return function(){$('[data-block="minicart"]').on('contentLoading',function(){$('[data-block="minicart"]').on('contentUpdated',function(){$('#minicart-content-wrapper').modal('openModal');setTimeout(function(){$('#minicart-content-wrapper').modal('closeModal');},13000);});});}});