FCLT#86306 r68084 & r68105 reverted

svn path=/Website/trunk/; revision=69191
This commit is contained in:
2025-05-30 09:03:14 +00:00
parent e55534bf33
commit f8b12c7b32

View File

@@ -381,15 +381,6 @@ if (Session("interface") == "touch") { %>
$(function()
{
// Switch back to main tab.
$('#headerblok').click(function(event) {
if ($(event.target).closest("#headerfunctions").length ||
$(event.target).closest("#loggers").length ||
$(event.target).closest("#headerprefix").length)
return;
$("#maintabs").tabs({ active: 0 });
});
FcltMgr.setData("expired", RefreshFacilitor);
scrollbarWidth = getScrollBarWidth();