mirror of
https://gh.wpcy.net/https://github.com/passatgt/freescout-woocommerce.git
synced 2026-07-15 13:52:19 +08:00
15 lines
No EOL
339 B
JavaScript
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);
|
|
}
|
|
})(); |