This commit is contained in:
James Campos 2010-12-08 21:22:21 -08:00
parent 1efac0a239
commit 77719c2126
2 changed files with 2 additions and 4 deletions

View File

@ -378,8 +378,7 @@ keydown = (e) ->
g.char = char g.char = char
keypress = (e) -> keypress = (e) ->
char = g.char return unless char = g.char
return unless char
hash = location.hash hash = location.hash
count = g.count count = g.count
if char in '1234567890' if char in '1234567890'

View File

@ -485,8 +485,7 @@
}; };
keypress = function(e) { keypress = function(e) {
var bot, char, count, hash, height, href, i, img, next, prev, qrLink, rect, replies, reply, td, temp, thread, top, _i, _j, _len, _len2, _len3, _len4, _ref, _ref2; var bot, char, count, hash, height, href, i, img, next, prev, qrLink, rect, replies, reply, td, temp, thread, top, _i, _j, _len, _len2, _len3, _len4, _ref, _ref2;
char = g.char; if (!(char = g.char)) {
if (!char) {
return; return;
} }
hash = location.hash; hash = location.hash;