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:
@@ -394,7 +394,6 @@ FW_replaceLink(el)
|
|||||||
if($(el).attr("target") == "_blank") {
|
if($(el).attr("target") == "_blank") {
|
||||||
window.open(url, '_blank').focus();
|
window.open(url, '_blank').focus();
|
||||||
} else {
|
} else {
|
||||||
$(el).attr(href,'');
|
|
||||||
location.href = attr;
|
location.href = attr;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user