diff options
author | Florian Schunk <florian.schunk@rwth-aachen.de> | 2018-12-22 17:38:51 +0100 |
---|---|---|
committer | Florian Schunk <florian.schunk@rwth-aachen.de> | 2019-01-09 11:28:51 +0100 |
commit | 808cf39961e88352a2d1551a9063f58fb9093e3f (patch) | |
tree | c162a3e8438c8414fa2ffa23743d381f4603fd7f /core/js/oc-dialogs.js | |
parent | b555fb3ff56d77b139f875ff7ea587844afa77b0 (diff) | |
download | nextcloud-server-808cf39961e88352a2d1551a9063f58fb9093e3f.tar.gz nextcloud-server-808cf39961e88352a2d1551a9063f58fb9093e3f.zip |
change menu's orientation to make sure it is completly visible
Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
Diffstat (limited to 'core/js/oc-dialogs.js')
-rw-r--r-- | core/js/oc-dialogs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/oc-dialogs.js b/core/js/oc-dialogs.js index dcdb339c37d..0ef371cd754 100644 --- a/core/js/oc-dialogs.js +++ b/core/js/oc-dialogs.js @@ -307,7 +307,7 @@ var OCdialogs = { } } catch (error) { $input.attr('title', error); - $input.tooltip({placement: 'right', trigger: 'manual', 'container': '.newFileMenu'}); + $input.tooltip({placement: 'right', trigger: 'manual', 'container': '.newFolderMenu'}); $input.tooltip('fixTitle'); $input.tooltip('show'); $input.addClass('error'); |