Don't use do
This commit is contained in:
parent
95fe3f03dc
commit
b0364658ec
@ -51,7 +51,7 @@ Keybinds =
|
|||||||
return if target.nodeName isnt 'TEXTAREA'
|
return if target.nodeName isnt 'TEXTAREA'
|
||||||
Keybinds.tags 'math', target
|
Keybinds.tags 'math', target
|
||||||
when Conf['Toggle sage']
|
when Conf['Toggle sage']
|
||||||
do Keybinds.sage if QR.nodes
|
Keybinds.sage() if QR.nodes
|
||||||
when Conf['Submit QR']
|
when Conf['Submit QR']
|
||||||
QR.submit() if QR.nodes and !QR.status()
|
QR.submit() if QR.nodes and !QR.status()
|
||||||
# Thread related
|
# Thread related
|
||||||
@ -66,8 +66,8 @@ Keybinds =
|
|||||||
Keybinds.img threadRoot, true
|
Keybinds.img threadRoot, true
|
||||||
when Conf['fappeTyme']
|
when Conf['fappeTyme']
|
||||||
unless $('#menu.left')
|
unless $('#menu.left')
|
||||||
do Header.menuButton.click
|
Header.menuButton.click()
|
||||||
do FappeTyme.input.click
|
FappeTyme.input.click()
|
||||||
# Board Navigation
|
# Board Navigation
|
||||||
when Conf['Front page']
|
when Conf['Front page']
|
||||||
window.location = "/#{g.BOARD}/0#delform"
|
window.location = "/#{g.BOARD}/0#delform"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user