oeffisearch/client/js/journey.js
2020-06-12 14:49:54 +00:00

9 lines
176 B
JavaScript
Executable file

'use strict';
import { registerLoaderOnLinks, showLoader, hideOverlay } from './helpers.js';
registerLoaderOnLinks();
window.onbeforeunload = function(e) {
hideOverlay();
}