freescout/freescout-dist/resources/assets/js/laroute_module.js

10 lines
271 B
JavaScript
Raw Normal View History

2023-12-22 19:40:32 +00:00
(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);
}
})();