This commit is contained in:
Nicolas Stepien 2011-07-21 21:47:36 +02:00
parent f010b7f2c3
commit b54af18764
2 changed files with 2 additions and 2 deletions

View File

@ -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();
});

View File

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