disabled state, click while waiting for an API call does nothing
Cette révision appartient à :
Parent
27ef78405d
révision
710f354d0f
1 fichiers modifiés avec 3 ajouts et 3 suppressions
|
@ -9,7 +9,7 @@ var resurrect={
|
||||||
],
|
],
|
||||||
|
|
||||||
originalDoc:null,
|
originalDoc:null,
|
||||||
gotoUrl:null,
|
disabled:false,
|
||||||
|
|
||||||
// // // // // // // // // // // // // // // // // // // // // // // // // // //
|
// // // // // // // // // // // // // // // // // // // // // // // // // // //
|
||||||
|
|
||||||
|
@ -76,7 +76,6 @@ var resurrect={
|
||||||
|
|
||||||
showDialog:function(url) {
|
showDialog:function(url) {
|
||||||
resurrect.originalDoc=getBrowser().contentWindow.document;
|
resurrect.originalDoc=getBrowser().contentWindow.document;
|
||||||
resurrect.gotoUrl=url;
|
|
||||||
|
|
||||||
window.openDialog(
|
window.openDialog(
|
||||||
'chrome://resurrect/content/resurrect-select-mirror.xul',
|
'chrome://resurrect/content/resurrect-select-mirror.xul',
|
||||||
|
@ -87,8 +86,9 @@ var resurrect={
|
||||||
|
|
||||||
selectMirror:function(event) {
|
selectMirror:function(event) {
|
||||||
var ownerDoc=event.target.ownerDocument;
|
var ownerDoc=event.target.ownerDocument;
|
||||||
|
|
||||||
var listbox=ownerDoc.getElementById('mirror');
|
var listbox=ownerDoc.getElementById('mirror');
|
||||||
|
if (resurrect.disabled) return false;
|
||||||
|
resurrect.disabled=true;
|
||||||
|
|
||||||
// find the content document -- this depends on whether we are
|
// find the content document -- this depends on whether we are
|
||||||
// living inline in the netError page
|
// living inline in the netError page
|
||||||
|
|
Chargement…
Référencer dans un nouveau ticket