1
2
3
4
5
6
7
8
9 'use strict';
import { registerLoaderOnLinks, showLoader, hideOverlay } from './helpers.js';
registerLoaderOnLinks();
window.onbeforeunload = function(e) {
hideOverlay();
}
[nimlang] fast and simple tripplanner
1
2
3
4
5
6
7
8
9 'use strict';
import { registerLoaderOnLinks, showLoader, hideOverlay } from './helpers.js';
registerLoaderOnLinks();
window.onbeforeunload = function(e) {
hideOverlay();
}