Derp.
This commit is contained in:
parent
f010b7f2c3
commit
b54af18764
@ -1370,7 +1370,7 @@
|
||||
top: '0px',
|
||||
left: '0px'
|
||||
}, html);
|
||||
qr.refresh;
|
||||
qr.refresh();
|
||||
$.bind($('input[name=name]', qr.el), 'mousedown', function(e) {
|
||||
return e.stopPropagation();
|
||||
});
|
||||
|
||||
@ -1099,7 +1099,7 @@ qr =
|
||||
"
|
||||
qr.el = ui.dialog 'qr', top: '0px', left: '0px', html
|
||||
|
||||
qr.refresh
|
||||
qr.refresh()
|
||||
|
||||
$.bind $('input[name=name]', qr.el), 'mousedown', (e) -> e.stopPropagation()
|
||||
$.bind $('#autohide', qr.el), 'click', qr.cb.autohide
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user