diff --git a/UI/GeneralUI.js b/UI/GeneralUI.js index 5a22a08..af0e6ae 100644 --- a/UI/GeneralUI.js +++ b/UI/GeneralUI.js @@ -59,6 +59,7 @@ export class GeneralUI { for (let i = 0; i < length; ++i) { e[i].addEventListener('click', function(event) { jsOMS.preventAll(event); + history.pushState(null, null, window.location); window.location = UriFactory.build(this.getAttribute('data-href')); }); }