fix open keyfile

This commit is contained in:
antelle 2016-04-07 19:43:19 +03:00
parent bd0c5a498c
commit 74ac9474e8
1 changed files with 4 additions and 0 deletions

View File

@ -157,7 +157,11 @@ var OpenView = Backbone.View.extend({
this.params.path = file.path || null;
this.params.storage = file.path ? 'file' : null;
this.params.rev = null;
if (!this.params.keyFileData) {
this.params.keyFileName = null;
}
this.displayOpenFile();
this.displayOpenKeyFile();
success = true;
break;
case 'fileXml':