Skip to content
Snippets Groups Projects
Commit 416607e5 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Merge pull request #1979 from maelzx/patch-2

Fix window.location mistakes in previous code
parents 040076ff a319fa8d
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ $(document).ready(function(){
});
function goToVersionPage(url){
window.location(url);
window.location.assign(url);
}
function createVersionsDropdown(filename, files) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment