Commit f130fb5d by Piotr Mitros

Problem now displays check vs. reset properly

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