Proofing: refactoring

This commit is contained in:
Julia Radzhabova 2020-08-11 17:54:29 +03:00
parent b0a841d59f
commit 1c48a4b936

View file

@ -279,6 +279,7 @@ define([ 'text!common/main/lib/template/AutoCorrectDialog.template',
afterRender: function() {
this.updateControls();
this.updateRecControls();
if (this.storageName) {
var value = Common.localStorage.getItem(this.storageName);
this.setActiveCategory((value!==null) ? parseInt(value) : 0);