don't need to preventDefault there

This commit is contained in:
James Campos 2011-08-10 22:33:48 -07:00
parent 91a1fdd181
commit 95e6614378
2 changed files with 0 additions and 2 deletions

View File

@ -1296,7 +1296,6 @@
return;
}
e.stopPropagation();
e.preventDefault();
$('#auto', qr.el).checked = true;
if (conf['Auto Hide QR']) {
$('#autohide', qr.el).checked = true;

View File

@ -1030,7 +1030,6 @@ qr =
return unless blank or cooldown.duration
e.stopPropagation()
e.preventDefault()
$('#auto', qr.el).checked = true
$('#autohide', qr.el).checked = true if conf['Auto Hide QR']