Delete links do not depend on the QR anymore.

This commit is contained in:
Nicolas Stepien 2013-04-13 15:00:14 +02:00
parent d2b541f7ff
commit 5b349905eb

View File

@ -1584,7 +1584,7 @@ ReportLink =
DeleteLink =
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',
className: 'delete-link'