Delete links do not depend on the QR anymore.
This commit is contained in:
parent
d2b541f7ff
commit
5b349905eb
@ -1584,7 +1584,7 @@ ReportLink =
|
|||||||
|
|
||||||
DeleteLink =
|
DeleteLink =
|
||||||
init: ->
|
init: ->
|
||||||
return if g.VIEW is 'catalog' or !Conf['Menu'] or !Conf['Delete Link'] or !Conf['Quick Reply']
|
return if g.VIEW is 'catalog' or !Conf['Menu'] or !Conf['Delete Link']
|
||||||
|
|
||||||
div = $.el 'div',
|
div = $.el 'div',
|
||||||
className: 'delete-link'
|
className: 'delete-link'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user