芝麻web文件管理V1.00
编辑当前文件:/home/mybf1/public_html/sabun.bf1.my/wp-content/plugins/ecwid-shopping-cart/js/product.js
jQuery(document).ready(function() { if (typeof Ecwid != 'undefined') { Ecwid.OnPageLoaded.add(function (page) { if (page.type == 'PRODUCT') { jQuery.getJSON( ecwidProduct.ajaxurl, {'action': 'ecwid_get_post_link', 'product_id': page.productId}, function (result) { $canonical = jQuery('link[rel=canonical]'); if ($canonical.length == 0) { $canonical = jQuery('
').appendTo('head'); } if (result) { $canonical.attr('href', result); } } ); } }); } });