Proofing: refactoring
This commit is contained in:
parent
b0a841d59f
commit
1c48a4b936
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue