fix apps without app-navigation
This commit is contained in:
parent
23c83c076c
commit
a6f9dd9c4b
1 changed files with 1 additions and 1 deletions
|
@ -1133,7 +1133,7 @@ function initCore() {
|
|||
setupMainMenu();
|
||||
|
||||
// just add snapper for logged in users
|
||||
if($('#body-login, #body-public').length === 0) {
|
||||
if($('#app-navigation').length) {
|
||||
|
||||
// App sidebar on mobile
|
||||
var snapper = new Snap({
|
||||
|
|
Loading…
Reference in a new issue