[DE] Compare: refactoring
This commit is contained in:
parent
dfd3f3f3ea
commit
a32ac3ec9e
|
@ -135,7 +135,7 @@ define([
|
||||||
var state = (typeof(event) == 'object') ? event.currentTarget.attributes['result'].value : event;
|
var state = (typeof(event) == 'object') ? event.currentTarget.attributes['result'].value : event;
|
||||||
if (state == 'ok') {
|
if (state == 'ok') {
|
||||||
this.handler && this.handler.call(this, state, this.getSettings());
|
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();
|
this.close();
|
||||||
|
|
Loading…
Reference in a new issue