WordPressFreeScout/Public/js/laroute.js
2023-11-10 16:51:15 +01:00

15 lines
No EOL
345 B
JavaScript

(function () {
var module_routes = [
{
"uri": "wordpress\/ajax",
"name": "wordpress.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);
}
})();