mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
@@ -1238,6 +1238,7 @@ if (!class_exists('menu')) {
|
||||
$html .= " <div style='height: 100px;'></div>\n";
|
||||
}
|
||||
$html .= "</div>\n";
|
||||
$content_container_onclick = "";
|
||||
if ($menu_side_state != 'expanded') {
|
||||
$content_container_onclick = "onclick=\"clearTimeout(menu_side_contract_timer); if ($(window).width() >= 576) { menu_side_contract(); }\"";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user