mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 101182; add onclose handler that does onCancel; r=bryner, sr=hyatt
This commit is contained in:
parent
87e765c949
commit
cfaf73334b
@ -36,6 +36,7 @@ Contributor(s):
|
||||
class="dialog"
|
||||
title="&downloadWindow.title;"
|
||||
onload="onLoad()"
|
||||
onclose="onCancel()"
|
||||
onunload="onUnload()">
|
||||
|
||||
<script type="application/x-javascript" src="chrome://global/content/helperAppDldProgress.js"/>
|
||||
|
Loading…
Reference in New Issue
Block a user