aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/js/js.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js
index e03e2334c09..5e8532883b4 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -1192,7 +1192,9 @@ function initCore() {
setTimeout(resizeMenu, 0);
// just add snapper for logged in users
- if($('#app-navigation').length && !$('html').hasClass('lte9')) {
+ // and if the app doesn't handle the nav slider itself
+ if($('#app-navigation').length && !$('html').hasClass('lte9')
+ && !$('#app-content').hasClass('no-snapper')) {
// App sidebar on mobile
var snapper = new Snap({