[CHG] review stuff

This commit is contained in:
Xavier Morel
2015-03-17 11:39:23 +01:00
parent 0d6322797d
commit 609ab8051e
6 changed files with 15 additions and 45 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
return 0;
}
];
var $rec = $('#reconciliation #example');
var $rec = $('#reconciliation .reconciliation-example');
var $buttons = $('<div class="buttons">').on('click', 'button', function () {
this.disabled = true;
state = operations[state]();