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 9c2ce7c157
commit 79bacbe0eb

View File

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