uncheck radio if clicked twice
This commit is contained in:
		| @ -310,9 +310,15 @@ function onmouseleave(event) { | |||||||
| } | } | ||||||
|  |  | ||||||
| function insert(radio) { | function insert(radio) { | ||||||
|  |     if (radio.value && valueToInsert == radio.value) { | ||||||
|  |         radio.blur() | ||||||
|  |         insertRadio0.checked = true | ||||||
|  |         insert(0) | ||||||
|  |     } else { | ||||||
|         valueToInsert = radio.value |         valueToInsert = radio.value | ||||||
|         grid.style.cursor = valueToInsert ? "copy" : "text" |         grid.style.cursor = valueToInsert ? "copy" : "text" | ||||||
|         highlight() |         highlight() | ||||||
|  |     } | ||||||
| } | } | ||||||
|  |  | ||||||
| function undo() { | function undo() { | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user