diff options
author | Florian Schunk <florian.schunk@rwth-aachen.de> | 2019-01-01 16:17:37 +0100 |
---|---|---|
committer | Florian Schunk <florian.schunk@rwth-aachen.de> | 2019-01-09 11:28:51 +0100 |
commit | 2fa36a768f099e3f876635782662110b19034939 (patch) | |
tree | 5e572cfd8228aa5e55c857e686ca2522430430e9 | |
parent | dd0b0d8711adf3f36b4a83ec46be5caadb2f597e (diff) | |
download | nextcloud-server-2fa36a768f099e3f876635782662110b19034939.tar.gz nextcloud-server-2fa36a768f099e3f876635782662110b19034939.zip |
move to new folder
Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
-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 61d55d4402f..3cfff718d58 100644 --- a/core/js/oc-dialogs.js +++ b/core/js/oc-dialogs.js @@ -322,7 +322,7 @@ var OCdialogs = { if (checkInput()) { var newname = $input.val(); self.filepicker.filesClient.createDirectory(self.$filePicker.data('path') + "/" + newname).always(function (status) { - self._fillFilePicker(self.$filePicker.data('path') ); + self._fillFilePicker(self.$filePicker.data('path') + newname ); }); OC.hideMenus(); self.$filePicker.ocdialog('unsetEnterCallback'); |