WooCommerce/Public/js/laroute.js
feibisi f2cf402570 chore: import WooCommerce module v1.0 upstream + feibisi fork metadata
Fork of passatgt/viszt FreeScout WooCommerce 1.0 for self-maintenance.
Target: modern WC REST and mall.weixiaoduo integration.
2026-07-12 10:14:06 +08:00

15 lines
No EOL
339 B
JavaScript

(function () {
var module_routes = [
{
"uri": "woocommerce\/ajax",
"name": "woocommerce.ajax"
}
];
if (typeof(laroute) != "undefined") {
laroute.add_routes(module_routes);
} else {
contole.log('laroute not initialized, can not add module routes:');
contole.log(module_routes);
}
})();