Problem now displays check vs. reset properly

This commit is contained in:
Piotr Mitros
2011-12-08 09:33:41 -05:00
parent 4550f63e2b
commit f130fb5dad

View File

@@ -29,7 +29,10 @@
});
});
</script>
% if not done:
<input id="check_${ id }" type="button" value="Check" >
% else:
<input id="check_${ id }" type="button" value="Reset" >
% endif
<!--$("[id^=input_resistor_]");-->