tweak
This commit is contained in:
parent
1efac0a239
commit
77719c2126
@ -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'
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user