mirror of
https://gh.wpcy.net/https://github.com/jack-arturo/FreeFeatureRequests.git
synced 2026-04-17 19:22:22 +08:00
19 lines
495 B
JavaScript
19 lines
495 B
JavaScript
(function () {
|
|
var module_routes = [
|
|
{
|
|
"uri": "freefeaturerequests\/ajax",
|
|
"name": "freefeaturerequests.ajax"
|
|
},
|
|
{
|
|
"uri": "freefeaturerequests\/ajax-html\/subscribers",
|
|
"name": "freefeaturerequests.subscribers"
|
|
}
|
|
];
|
|
|
|
if (typeof(laroute) != "undefined") {
|
|
laroute.add_routes(module_routes);
|
|
} else {
|
|
console.log('laroute not initialized, can not add module routes:');
|
|
console.log(module_routes);
|
|
}
|
|
})();
|