2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

98_DOIFtools.pm: close probably associated devices lookup window automatically

git-svn-id: https://svn.fhem.de/fhem/trunk@13730 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Ellert 2017-03-18 18:26:54 +00:00
parent 07927f93a0
commit c4a7f9eb3d

View File

@ -277,7 +277,9 @@ $(document).ready(function(){
$('#addLookUp').dialog( "close" );
$(".assoc").find("a:even").each(function() {
$(this).on("mouseover",doiftoolsAddLookUp);
// $(this).on("mouseleave",doiftoolsRemoveLookUp);
});
$("table[class*='block wide']").each(function() {
$(this).on("mouseenter",doiftoolsRemoveLookUp);
});
});
</script>