Skip to content
Snippets Groups Projects
Commit a319fa8d authored by maelzx's avatar maelzx
Browse files

Fix window.location mistakes in previous code

Sorry guys, I commit the incomplete code. It should be window.location.assign(url);

However this is just tested in google chrome.
parent a2147c4f
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