Small improvements

This commit is contained in:
RainLoop Team 2015-07-29 22:13:49 +04:00
parent 5123841540
commit c99a46a118
29 changed files with 459 additions and 26 deletions

View file

@ -30,7 +30,7 @@
var self = this;
this.optionsCaption = Translator.i18n('@i18n/Add a public key');
this.optionsCaption = Translator.i18n('PGP_NOTIFICATIONS/ADD_A_PUBLICK_KEY');
this.notification = ko.observable('');
@ -208,6 +208,10 @@
}, 10);
}
else
{
self.submitRequest(false);
}
return bResult;