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