mirror of
https://gh.wpcy.net/https://github.com/verygoodplugins/WordPressFreeScout.git
synced 2026-04-18 06:12:26 +08:00
15 lines
No EOL
345 B
JavaScript
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);
|
|
}
|
|
})(); |