We use cookies to make your experience better. To comply with the new e-Privacy directive, we need to ask for your consent to set the cookies. Learn more.
Operational Videos
require([
'jquery',
'mage/cookies',
'domReady!'
], function($) {
$.mage.cookies.set('opvids', true, { lifetime: 864000 } );
setTimeout(function(){window.location.href = window.location.href + '?videos=true';},2000);
});