freescout-itk-conversation-.../Public/js/laroute.js
2024-09-25 13:57:20 +02:00

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);
}
})();