mirror of
https://gh.wpcy.net/https://github.com/rilustrisimo/freescout-support.git
synced 2026-05-02 15:03:08 +08:00
10 lines
No EOL
271 B
JavaScript
Vendored
10 lines
No EOL
271 B
JavaScript
Vendored
(function () {
|
|
var module_routes = $ROUTES$;
|
|
|
|
if (typeof(laroute) != "undefined") {
|
|
laroute.add_routes(module_routes);
|
|
} else {
|
|
contole.log('laroute not initialized, can not add module routes:');
|
|
contole.log(module_routes);
|
|
}
|
|
})(); |