Removed unused function

pull/3860/head
IgorA100 2024-03-15 01:13:27 +03:00 committed by GitHub
parent 2e959124ee
commit f61ea18f77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 15 deletions

View File

@ -286,21 +286,6 @@ if ( currentView != 'none' && currentView != 'login' ) {
}
});
// Manage the web console filter bar minimize chevron
$j("#fbflip").click(function() {
$j("#fbpanel").slideToggle("slow");
var fbflip = $j("#fbflip");
if ( fbflip.html() == 'keyboard_arrow_up' ) {
fbflip.html('keyboard_arrow_down');
setCookie('zmFilterBarFlip', 'down');
} else {
fbflip.html('keyboard_arrow_up');
setCookie('zmFilterBarFlip', 'up');
$j('.chosen').chosen("destroy");
$j('.chosen').chosen();
}
});
// Manage visible object & control button (when pressing a button)
$j("[data-flip-сontrol-object]").click(function() {
let objIconButton = $j(this).find("i");