PMProFreescout/Public/js/laroute.js
2021-11-08 13:15:20 +02:00

15 lines
No EOL
337 B
JavaScript

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