Use catalog links -> Use catalog board links #932
This commit is contained in:
parent
7dfc51b5b9
commit
cee2fe7f02
@ -1011,7 +1011,7 @@
|
||||
$.on(toggleBar, 'click', this.toggleBar);
|
||||
$.prepend(headerBar, [menuButton, boardListButton, $.tn(' '), boardTitle, boardList, toggleBar]);
|
||||
catalogToggler = $.el('label', {
|
||||
innerHTML: "<input type=checkbox " + (g.VIEW === 'catalog' ? 'checked' : '') + "> Use catalog links"
|
||||
innerHTML: "<input type=checkbox " + (g.VIEW === 'catalog' ? 'checked' : '') + "> Use catalog board links"
|
||||
});
|
||||
$.on(catalogToggler.firstElementChild, 'change', this.toggleCatalogLinks);
|
||||
$.event('AddMenuEntry', {
|
||||
|
||||
@ -38,7 +38,7 @@ Header =
|
||||
$.prepend headerBar, [menuButton, boardListButton, $.tn(' '), boardTitle, boardList, toggleBar]
|
||||
|
||||
catalogToggler = $.el 'label',
|
||||
innerHTML: "<input type=checkbox #{if g.VIEW is 'catalog' then 'checked' else ''}> Use catalog links"
|
||||
innerHTML: "<input type=checkbox #{if g.VIEW is 'catalog' then 'checked' else ''}> Use catalog board links"
|
||||
$.on catalogToggler.firstElementChild, 'change', @toggleCatalogLinks
|
||||
$.event 'AddMenuEntry',
|
||||
type: 'header'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user