2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 04:36:36 +00:00

fhemwebjs: Remove last change / Fix linking (Forum #47993)

git-svn-id: https://svn.fhem.de/fhem/trunk@10606 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-01-23 12:39:28 +00:00
parent 1e586ee9bf
commit 645c19daae

View File

@ -394,7 +394,6 @@ FW_replaceLink(el)
if($(el).attr("target") == "_blank") {
window.open(url, '_blank').focus();
} else {
$(el).attr(href,'');
location.href = attr;
}
});