hide kanban controls

pull/1/head
ansuz 2021-03-19 16:34:20 +05:30
parent 5600720a98
commit 8bdccbdcb0
1 changed files with 8 additions and 0 deletions

View File

@ -1003,6 +1003,14 @@ define([
]);
$container.before(container);
var common = framework._.sfCommon;
var $button = common.createButton('toggle', true, {
element: $(container),
}, function () {
});
framework._.toolbar.$bottomL.append($button);
onRedraw.reg(function () {
// Redraw if new tags have been added to items
var old = Sortify(existing);