Ensure that Backup/Restore button should work on single click. Fixes #3811

This commit is contained in:
Khushboo Vashi
2019-01-21 15:27:55 +05:30
committed by Akshay Joshi
parent c7cbe0ff4a
commit aedb3997b0
2 changed files with 2 additions and 0 deletions

View File

@@ -2419,6 +2419,7 @@ define([
// Set selected value into the model
this.model.set(name, decodeURI(value));
this.$el.find('input[type=text]').focus();
},
storage_close_dlg_hander: function() {
this.remove_file_dlg_event_listeners();