mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-14 14:02:47 +00:00
Fixed backwards OK/Cancel onclicks.
This commit is contained in:
parent
b7d8dffe53
commit
3dab96e1be
@ -37,10 +37,10 @@
|
||||
<input type="button" align="bottom" value="Help">
|
||||
</input>
|
||||
|
||||
<input type="button" align="bottom" value="Cancel" onclick="DoSave();">
|
||||
<input type="button" align="bottom" value="Cancel" onclick="DoCancel();">
|
||||
</input>
|
||||
|
||||
<input type="button" align="bottom" value="OK" onClick="DoCancel();">
|
||||
<input type="button" align="bottom" value="OK" onClick="DoSave();">
|
||||
</input>
|
||||
|
||||
</form>
|
||||
|
Loading…
x
Reference in New Issue
Block a user