pull refresh out of qr.cb
This commit is contained in:
parent
aa7adaf40a
commit
bda70f0533
@ -1049,6 +1049,7 @@
|
|||||||
ta = $('textarea', dialog);
|
ta = $('textarea', dialog);
|
||||||
ta.focus();
|
ta.focus();
|
||||||
return ta.value += text;
|
return ta.value += text;
|
||||||
|
}
|
||||||
},
|
},
|
||||||
refresh: function(dialog) {
|
refresh: function(dialog) {
|
||||||
var auto, f, submit, _ref;
|
var auto, f, submit, _ref;
|
||||||
@ -1064,7 +1065,6 @@
|
|||||||
if (auto.checked) {
|
if (auto.checked) {
|
||||||
return (_ref = $('input[title=autohide]:checked', qr)) != null ? _ref.click() : void 0;
|
return (_ref = $('input[title=autohide]:checked', qr)) != null ? _ref.click() : void 0;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
},
|
},
|
||||||
cooldown: function() {
|
cooldown: function() {
|
||||||
var auto, seconds, submit;
|
var auto, seconds, submit;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user