pull refresh out of qr.cb

This commit is contained in:
James Campos 2011-04-08 01:53:55 -07:00
parent aa7adaf40a
commit bda70f0533
2 changed files with 29 additions and 29 deletions

View File

@ -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;