mirror of
https://gh.wpcy.net/https://github.com/FreeScout-shop/delete-notes.git
synced 2026-04-17 05:23:02 +08:00
15 lines
No EOL
358 B
JavaScript
15 lines
No EOL
358 B
JavaScript
(function () {
|
|
var module_routes = [
|
|
{
|
|
"uri": "delete-note\/{thread_id}",
|
|
"name": "deletenotes.delete"
|
|
}
|
|
];
|
|
|
|
if (typeof(laroute) != "undefined") {
|
|
laroute.add_routes(module_routes);
|
|
} else {
|
|
contole.log('laroute not initialized, can not add module routes:');
|
|
contole.log(module_routes);
|
|
}
|
|
})(); |