Merge pull request #1979 from maelzx/patch-2
Fix window.location mistakes in previous code
This commit is contained in:
commit
416607e559
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ $(document).ready(function(){
|
|||
});
|
||||
|
||||
function goToVersionPage(url){
|
||||
window.location(url);
|
||||
window.location.assign(url);
|
||||
}
|
||||
|
||||
function createVersionsDropdown(filename, files) {
|
||||
|
|
Loading…
Reference in a new issue