芝麻web文件管理V1.00
编辑当前文件:/home/mybf1/www/menthol.bf1.my/wp-content/plugins/ecwid-shopping-cart/js/cache-control.js
ecwidCheckApiCache = function(){ jQuery.getJSON( ecwidCacheControlParams.ajax_url, { action: 'check_api_cache', } ); } jQuery(document).ready(function() { if( document.cookie.search("ecwid_event_is_working_beforeunload") < 0 ) { ecwidCheckApiCache(); } }); jQuery(window).on('beforeunload', function() { ecwidCheckApiCache(); document.cookie = "ecwid_event_is_working_beforeunload=true"; }); ;