Fix /f/ FappeTyme
This commit is contained in:
parent
785bc4297c
commit
f7a3044409
@ -9888,7 +9888,7 @@
|
|||||||
FappeTyme = {
|
FappeTyme = {
|
||||||
init: function() {
|
init: function() {
|
||||||
var el, lc, type, _i, _len, _ref;
|
var el, lc, type, _i, _len, _ref;
|
||||||
if (!(Conf['Fappe Tyme'] || Conf['Werk Tyme']) || g.VIEW === 'catalog' || g.BOARD === 'f') {
|
if (!(Conf['Fappe Tyme'] || Conf['Werk Tyme']) || g.VIEW === 'catalog' || g.BOARD.ID === 'f') {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
_ref = ["Fappe", "Werk"];
|
_ref = ["Fappe", "Werk"];
|
||||||
|
|||||||
@ -9901,7 +9901,7 @@
|
|||||||
FappeTyme = {
|
FappeTyme = {
|
||||||
init: function() {
|
init: function() {
|
||||||
var el, lc, type, _i, _len, _ref;
|
var el, lc, type, _i, _len, _ref;
|
||||||
if (!(Conf['Fappe Tyme'] || Conf['Werk Tyme']) || g.VIEW === 'catalog' || g.BOARD === 'f') {
|
if (!(Conf['Fappe Tyme'] || Conf['Werk Tyme']) || g.VIEW === 'catalog' || g.BOARD.ID === 'f') {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
_ref = ["Fappe", "Werk"];
|
_ref = ["Fappe", "Werk"];
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
FappeTyme =
|
FappeTyme =
|
||||||
init: ->
|
init: ->
|
||||||
return if !(Conf['Fappe Tyme'] or Conf['Werk Tyme']) or g.VIEW is 'catalog' or g.BOARD is 'f'
|
return if !(Conf['Fappe Tyme'] or Conf['Werk Tyme']) or g.VIEW is 'catalog' or g.BOARD.ID is 'f'
|
||||||
|
|
||||||
for type in ["Fappe", "Werk"] when Conf["#{type} Tyme"]
|
for type in ["Fappe", "Werk"] when Conf["#{type} Tyme"]
|
||||||
lc = type.toLowerCase()
|
lc = type.toLowerCase()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user