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