File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 162162 document . getElementById ( "reset" ) . style . opacity = "0.4"
163163 document . getElementById ( "reset" ) . style . cursor = "not-allowed"
164164 }
165- else if ( currentValue === window . initialHTML ) {
165+ else {
166+
166167 document . getElementById ( "reset" ) . style . opacity = "1"
167168 document . getElementById ( "reset" ) . style . cursor = "default"
168169 }
Original file line number Diff line number Diff line change 126126 document . getElementById ( "reset" ) . style . opacity = "0.4"
127127 document . getElementById ( "reset" ) . style . cursor = "not-allowed"
128128 }
129- else if ( currentValue === window . initialHTML ) {
129+ else {
130+
130131 document . getElementById ( "reset" ) . style . opacity = "1"
131132 document . getElementById ( "reset" ) . style . cursor = "default"
132133 }
Original file line number Diff line number Diff line change 164164 document . getElementById ( "reset" ) . style . opacity = "0.4"
165165 document . getElementById ( "reset" ) . style . cursor = "not-allowed"
166166 }
167- else if ( currentValue === window . initialHTML ) {
167+ else {
168+
168169 document . getElementById ( "reset" ) . style . opacity = "1"
169170 document . getElementById ( "reset" ) . style . cursor = "default"
170171 }
Original file line number Diff line number Diff line change 164164 document . getElementById ( "reset" ) . style . opacity = "0.4"
165165 document . getElementById ( "reset" ) . style . cursor = "not-allowed"
166166 }
167- else if ( currentValue === window . initialHTML ) {
167+ else {
168+
168169 document . getElementById ( "reset" ) . style . opacity = "1"
169170 document . getElementById ( "reset" ) . style . cursor = "default"
170171 }
Original file line number Diff line number Diff line change 162162 document . getElementById ( "reset" ) . style . opacity = "0.4"
163163 document . getElementById ( "reset" ) . style . cursor = "not-allowed"
164164 }
165- else if ( currentValue === window . initialHTML ) {
165+ else {
166+
166167 document . getElementById ( "reset" ) . style . opacity = "1"
167168 document . getElementById ( "reset" ) . style . cursor = "default"
168169 }
Original file line number Diff line number Diff line change 172172 document . getElementById ( "reset" ) . style . opacity = "0.4"
173173 document . getElementById ( "reset" ) . style . cursor = "not-allowed"
174174 }
175- else if ( currentValue === window . initialHTML ) {
175+ else {
176+
176177 document . getElementById ( "reset" ) . style . opacity = "1"
177178 document . getElementById ( "reset" ) . style . cursor = "default"
178179 }
Original file line number Diff line number Diff line change 162162 document . getElementById ( "reset" ) . style . opacity = "0.4"
163163 document . getElementById ( "reset" ) . style . cursor = "not-allowed"
164164 }
165- else if ( currentValue === window . initialHTML ) {
165+ else {
166+
166167 document . getElementById ( "reset" ) . style . opacity = "1"
167168 document . getElementById ( "reset" ) . style . cursor = "default"
168169 }
Original file line number Diff line number Diff line change 194194 document . getElementById ( "reset" ) . style . opacity = "0.4"
195195 document . getElementById ( "reset" ) . style . cursor = "not-allowed"
196196 }
197- else if ( currentValue === window . initialHTML ) {
197+ else {
198+
198199 document . getElementById ( "reset" ) . style . opacity = "1"
199200 document . getElementById ( "reset" ) . style . cursor = "default"
200201 }
Original file line number Diff line number Diff line change 164164 document . getElementById ( "reset" ) . style . opacity = "0.4"
165165 document . getElementById ( "reset" ) . style . cursor = "not-allowed"
166166 }
167- else if ( currentValue === window . initialHTML ) {
167+ else {
168+
168169 document . getElementById ( "reset" ) . style . opacity = "1"
169170 document . getElementById ( "reset" ) . style . cursor = "default"
170171 }
Original file line number Diff line number Diff line change 190190 document . getElementById ( "reset" ) . style . opacity = "0.4"
191191 document . getElementById ( "reset" ) . style . cursor = "not-allowed"
192192 }
193- else if ( currentValue === window . initialHTML ) {
193+ else {
194+
194195 document . getElementById ( "reset" ) . style . opacity = "1"
195196 document . getElementById ( "reset" ) . style . cursor = "default"
196197 }
You can’t perform that action at this time.
0 commit comments