Commit 00c2b4c7 authored by Maxim Kadushkin's avatar Maxim Kadushkin

debug 'disabled' button's state

parent 42bbfe2c
......@@ -379,7 +379,7 @@ define([
}
if (me.disabled) {
me.setDisabled(me.disabled);
me.setDisabled(!(me.disabled=false));
}
me.trigger('render:after', me);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment