mirror of
https://gh.wpcy.net/https://github.com/strangerstudios/PMProFreescout.git
synced 2026-04-22 09:22:17 +08:00
15 lines
No EOL
337 B
JavaScript
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);
|
|
}
|
|
})(); |