Update ServerFolders.plugin.js

This commit is contained in:
Mirco Wittrien 2017-09-02 09:52:04 +02:00 committed by GitHub
parent 6f73754707
commit 5849b2c805
1 changed files with 3 additions and 1 deletions

View File

@ -296,7 +296,7 @@ class ServerFolders {
setTimeout(function() {
that.labels = that.setLabelsByLanguage();
that.changeLanguageStrings();
},1000);
},5000);
}
stop () {
@ -502,6 +502,8 @@ class ServerFolders {
this.selectedFolder = null;
folderSettingsModal.remove();
});
folderSettingsModal.find("#modal-text")[0].focus();
}
}
}