diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2016-11-24 12:35:59 +0100 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2016-11-24 12:35:59 +0100 |
commit | 936195259689afae77ff3ab3f03482dd55ee49d4 (patch) | |
tree | 09e728e0aaedf778cc61ab074c1bd433b4678d0f /core/js | |
parent | adb581431fa33f970bbf5f3d2ac014fb30d17a7c (diff) | |
download | nextcloud-server-936195259689afae77ff3ab3f03482dd55ee49d4.tar.gz nextcloud-server-936195259689afae77ff3ab3f03482dd55ee49d4.zip |
show dialog again of operation failed
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/oc-dialogs.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/js/oc-dialogs.js b/core/js/oc-dialogs.js index fc0734e9df4..3b5c1ae7199 100644 --- a/core/js/oc-dialogs.js +++ b/core/js/oc-dialogs.js @@ -149,6 +149,7 @@ var OCdialogs = { modal : modal, buttons : buttonlist }); + input.focus(); OCdialogs.dialogsCounter++; }); }, |