This commit is contained in:
Jordan Bates 2013-08-25 17:20:59 -07:00
parent a62323915d
commit 5ae3e9e775
3 changed files with 3 additions and 3 deletions

View File

@ -5060,7 +5060,7 @@
return;
}
QR.open();
if (Conf['Auto-Hide QR'] || g.VIEW === 'catalog') {
if (Conf['Auto Hide QR'] || g.VIEW === 'catalog') {
return QR.hide();
}
},

View File

@ -5068,7 +5068,7 @@
return;
}
QR.open();
if (Conf['Auto-Hide QR'] || g.VIEW === 'catalog') {
if (Conf['Auto Hide QR'] || g.VIEW === 'catalog') {
return QR.hide();
}
},

View File

@ -77,7 +77,7 @@ QR =
persist: ->
return unless QR.postingIsEnabled
QR.open()
QR.hide() if Conf['Auto-Hide QR'] or g.VIEW is 'catalog'
QR.hide() if Conf['Auto Hide QR'] or g.VIEW is 'catalog'
open: ->
if QR.nodes