Difference between
version 162
and
version 161:
At line 113 added 1 line. |
+ w_display = "block"; |
At line 116 added 1 line. |
+ w_display = "none"; |
At line 117 added 3 lines. |
+ for (el of document.getElementsByName("W")) { |
+ el.style.display = w_display; |
+ } |
Line 296 was replaced by line 301 |
- <path fill="#000" stroke="#0cc" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m563,13l0,-6l0,12l0,-6l297,0l0,-6l0,12l0,-6" id="winmin_line"/> |
+ <path fill="#000" stroke="#0cc" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m563,13l0,-6l0,12l0,-6l297,0l0,-6l0,12l0,-6" id="winmin_line" name="W"/> |
Line 306 was replaced by line 311 |
- <path fill="#fff" stroke="#0cc" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m563,33l0,-6l0,12l0,-6l395,0l0,-6l0,12l0,-6" id="winmax_line"/> |
+ <path fill="#fff" stroke="#0cc" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m563,33l0,-6l0,12l0,-6l395,0l0,-6l0,12l0,-6" id="winmax_line" name="W"/> |
Back to CalculatorForSampleMountingInDil,
or to the Page History.
|