Former-commit-id: fbbf79d7572d73f824774f29bbd17af28155c3bc
This commit is contained in:
Henrique Dias
2017-01-15 11:47:52 +00:00
parent 8e0b3b17df
commit ee279c4233
5 changed files with 94 additions and 55 deletions

View File

@@ -266,7 +266,7 @@ function openEvent(event) {
if(selectedItems.length) {
link = document.getElementById(selectedItems[0]).dataset.url + link;
} else {
link = window.location + link;
link = window.location.pathname + link;
}
window.open(link);