Hide the QR when switching to catalog mode.

This commit is contained in:
Mayhem 2014-02-05 10:01:21 +01:00
parent e062f1626f
commit 079e852277

View File

@ -218,6 +218,7 @@ Index =
Index.cb.toggleCatalogMode()
Index.togglePagelist()
Index.buildIndex()
QR.hide() if QR.nodes and Conf['Index Mode'] is 'catalog'
sort: ->
Index.sort()
Index.buildIndex()