keep "Start a Thread" button from being hidden in catalog
This commit is contained in:
parent
d0e9ec84ef
commit
02620f9567
@ -57,7 +57,7 @@ QR =
|
|||||||
if Conf['QR Shortcut']
|
if Conf['QR Shortcut']
|
||||||
$.rmClass $('.qr-shortcut'), 'disabled'
|
$.rmClass $('.qr-shortcut'), 'disabled'
|
||||||
|
|
||||||
$.before $.id('postForm'), link
|
$.before $.id('togglePostForm') or $.id('postForm'), link
|
||||||
|
|
||||||
$.on d, 'QRGetSelectedPost', ({detail: cb}) ->
|
$.on d, 'QRGetSelectedPost', ({detail: cb}) ->
|
||||||
cb QR.selected
|
cb QR.selected
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user