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 5ef5c72f625..5f5f540af63 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -1536,7 +1536,7 @@ function initCore() { $(window).resize(_.debounce(adjustControlsWidth, 250)); - $('body').delegate('#app-content', 'apprendered appresized', _.debounce(adjustControlsWidth, 100)); + $('body').delegate('#app-content', 'apprendered appresized', _.debounce(adjustControlsWidth, 150)); } |