parent
27e32e8f34
commit
dc0f146485
|
|
@ -1238,6 +1238,7 @@ if (!class_exists('menu')) {
|
||||||
$html .= " <div style='height: 100px;'></div>\n";
|
$html .= " <div style='height: 100px;'></div>\n";
|
||||||
}
|
}
|
||||||
$html .= "</div>\n";
|
$html .= "</div>\n";
|
||||||
|
$content_container_onclick = "";
|
||||||
if ($menu_side_state != 'expanded') {
|
if ($menu_side_state != 'expanded') {
|
||||||
$content_container_onclick = "onclick=\"clearTimeout(menu_side_contract_timer); if ($(window).width() >= 576) { menu_side_contract(); }\"";
|
$content_container_onclick = "onclick=\"clearTimeout(menu_side_contract_timer); if ($(window).width() >= 576) { menu_side_contract(); }\"";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue