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
keypress = (e) ->
char = g.char
return unless char
return unless char = g.char
hash = location.hash
count = g.count
if char in '1234567890'

View File

@ -485,8 +485,7 @@
};
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;
char = g.char;
if (!char) {
if (!(char = g.char)) {
return;
}
hash = location.hash;