Write config option. Don't use config option. :/
This commit is contained in:
parent
8fde4ef520
commit
41ebd42722
@ -8818,7 +8818,7 @@
|
||||
init: function() {
|
||||
var el;
|
||||
|
||||
if (g.VIEW === 'catalog' || g.BOARD === 'f') {
|
||||
if (g.VIEW === 'catalog' || g.BOARD === 'f' || !Conf['Gallery']) {
|
||||
return;
|
||||
}
|
||||
el = $.el('a', {
|
||||
|
||||
@ -8806,7 +8806,7 @@
|
||||
init: function() {
|
||||
var el;
|
||||
|
||||
if (g.VIEW === 'catalog' || g.BOARD === 'f') {
|
||||
if (g.VIEW === 'catalog' || g.BOARD === 'f' || !Conf['Gallery']) {
|
||||
return;
|
||||
}
|
||||
el = $.el('a', {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Gallery =
|
||||
init: ->
|
||||
return if g.VIEW is 'catalog' or g.BOARD is 'f'
|
||||
return if g.VIEW is 'catalog' or g.BOARD is 'f' or !Conf['Gallery']
|
||||
|
||||
el = $.el 'a',
|
||||
href: 'javascript:;'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user