Hey again,
I seem to have an odd bug with the menu. Sometimes the dropdown menu is not properly loading on pages.
Has anyone else experience the same problem?
Dirgis wrote:Hey again,
I seem to have an odd bug with the menu. Sometimes the dropdown menu is not properly loading on pages.
Has anyone else experience the same problem?
$(window).resize(function() {
if($(window).outerWidth() > $(document.body).attr('data-tablet-width')) {
gk_quark_classic_menu_init();
}
});