* zin: skip to load zinbar when navbar is invisible.
This commit is contained in:
+1
-1
@@ -1571,7 +1571,7 @@
|
||||
updatePerfInfo({id: 'page'}, 'renderEnd', {id: 'page', perf: {requestBegin: Math.max(0, requestBegin), requestEnd: startTime, renderBegin: startTime}});
|
||||
showZinDebugInfo(window.zinDebug, {id: 'page'});
|
||||
}
|
||||
if(!isInAppTab && !zui.store.get('Zinbar:hidden') && $('#navbar').length) loadCurrentPage();
|
||||
if(!isInAppTab && !zui.store.get('Zinbar:hidden') && zui.dom.isVisible($('#navbar'))) loadCurrentPage();
|
||||
}
|
||||
});
|
||||
}());
|
||||
|
||||
Reference in New Issue
Block a user