mirror of
https://github.com/unraid/webgui.git
synced 2026-03-12 22:09:53 -05:00
Revert "Added hover event to help text"
This reverts commit 6c4edd7a7b.
This commit is contained in:
@@ -626,7 +626,7 @@ $(function() {
|
||||
}
|
||||
node.css('cursor','help').click(function(){clickHelp(i);}).hover(function(){hoverOnHelp(i);},function(){hoverOffHelp(i);});
|
||||
} else {
|
||||
if (node.html() && (name!='tr' || node.children('td:first').html())) node.css('cursor','help').click(function(){clickHelp(i);}).hover(function(){hoverOnHelp(i);},function(){hoverOffHelp(i);});
|
||||
if (node.html() && (name!='tr' || node.children('td:first').html())) node.css('cursor','help').click(function(){clickHelp(i);}).hover(function(){hoverOnHelp(i);},function(){hoveOffHelp(i);});
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user