[DE] Compare: refactoring

This commit is contained in:
Julia Radzhabova 2019-10-18 10:22:23 +03:00
parent dfd3f3f3ea
commit a32ac3ec9e

View file

@ -135,7 +135,7 @@ define([
var state = (typeof(event) == 'object') ? event.currentTarget.attributes['result'].value : event;
if (state == 'ok') {
this.handler && this.handler.call(this, state, this.getSettings());
Common.localStorage.setItem("de-compare-char", this.radioChar.getValue());
Common.localStorage.setBool("de-compare-char", this.radioChar.getValue());
}
this.close();