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

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10606 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2016-01-23 12:39:28 +00:00
parent cf030b332f
commit fd6f13668c

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