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