This commit is contained in:
Henrique Dias 2016-12-30 11:48:54 +00:00
parent 092dbf46f7
commit 414a76abee

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;
} }