mirror of
https://gh.wpcy.net/https://github.com/itk-dev/freescout-itk-conversation-changes.git
synced 2026-04-18 07:32:27 +08:00
10 lines
No EOL
265 B
JavaScript
10 lines
No EOL
265 B
JavaScript
(function () {
|
|
var module_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);
|
|
}
|
|
})(); |