Former-commit-id: 414a76abee
This commit is contained in:
Henrique Dias 2016-12-30 11:48:54 +00:00
parent 8fdfb6ee6d
commit 5092d509a3

View File

@ -403,7 +403,6 @@ function itemDrop(e) {
} }
} }
function openItem(event) { function openItem(event) {
window.location = event.currentTarget.dataset.url; window.location = event.currentTarget.dataset.url;
} }