mirror of
https://gh.wpcy.net/https://github.com/aarhus/UnSub.git
synced 2026-07-18 03:25:50 +08:00
15 lines
330 B
JavaScript
15 lines
330 B
JavaScript
;(function () {
|
|
var module_routes = [
|
|
{
|
|
uri: "unsub",
|
|
name: "unsub_index",
|
|
},
|
|
]
|
|
|
|
if (typeof laroute != "undefined") {
|
|
laroute.add_routes(module_routes)
|
|
} else {
|
|
contole.log("laroute not initialized, can not add module routes:")
|
|
contole.log(module_routes)
|
|
}
|
|
})()
|