diff --git a/js/apps/system/aardvark/frontend/js/routers/router.js b/js/apps/system/aardvark/frontend/js/routers/router.js index 8a59e8c387..db72eb40aa 100644 --- a/js/apps/system/aardvark/frontend/js/routers/router.js +++ b/js/apps/system/aardvark/frontend/js/routers/router.js @@ -455,7 +455,6 @@ var newWidth = roundDiv*spanWidth -2; var marginWidth = ((containerWidth+30) - newWidth)/2; this.footerView.handleResize(marginWidth); - this.naviView.handleResize(marginWidth); $('#content').width(newWidth) .css('margin-left', marginWidth) .css('margin-right', marginWidth); diff --git a/js/apps/system/aardvark/frontend/js/templates/navigationView.ejs b/js/apps/system/aardvark/frontend/js/templates/navigationView.ejs index 8e2cb9f717..e53c19b6d6 100644 --- a/js/apps/system/aardvark/frontend/js/templates/navigationView.ejs +++ b/js/apps/system/aardvark/frontend/js/templates/navigationView.ejs @@ -1,4 +1,4 @@ -