N°2847 - iTopWebPage: Remove deprecated JS FixPaneVis() function (not used anymore since 3.0.0)

This commit is contained in:
Molkobain
2020-11-22 21:24:41 +01:00
parent 91ab66453b
commit af11577450

View File

@@ -504,12 +504,6 @@ JS
}
});
function FixPaneVis()
{
$('.ui-layout-center, .ui-layout-north, .ui-layout-south').css({display: 'block'});
}
JS
);
}