diff options
Diffstat (limited to 'core/js/js.js')
-rw-r--r-- | core/js/js.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js index 7a895a22419..ad14c2a855a 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -1197,7 +1197,7 @@ function initCore() { setupMainMenu(); // move triangle of apps dropdown to align with app name triangle - // 68 is the additional offset coming from the logo width + // 2 is the additional offset between the triangles if($('#navigation').length) { $('#header #owncloud + .menutoggle').one('click', function(){ var caretPosition = $('.header-appname + .icon-caret').offset().left - 2; |