зеркало из https://github.com/mozilla/gecko-dev.git
Fixed backwards OK/Cancel onclicks.
This commit is contained in:
Родитель
b7d8dffe53
Коммит
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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче