Remove some redundant CloseMenu events.
This commit is contained in:
parent
e079c55e60
commit
91d4e2434a
@ -57,7 +57,6 @@ QR =
|
|||||||
|
|
||||||
QR.link = link.firstElementChild
|
QR.link = link.firstElementChild
|
||||||
$.on link.firstChild, 'click', ->
|
$.on link.firstChild, 'click', ->
|
||||||
$.event 'CloseMenu'
|
|
||||||
QR.open()
|
QR.open()
|
||||||
QR.nodes.com.focus()
|
QR.nodes.com.focus()
|
||||||
|
|
||||||
@ -67,7 +66,6 @@ QR =
|
|||||||
$.extend linkBot, <%= html('<a href="javascript:;" class="qr-link-bottom">Reply to Thread</a>') %>
|
$.extend linkBot, <%= html('<a href="javascript:;" class="qr-link-bottom">Reply to Thread</a>') %>
|
||||||
|
|
||||||
$.on linkBot.firstElementChild, 'click', ->
|
$.on linkBot.firstElementChild, 'click', ->
|
||||||
$.event 'CloseMenu'
|
|
||||||
QR.open()
|
QR.open()
|
||||||
QR.nodes.com.focus()
|
QR.nodes.com.focus()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user