hide kanban controls
parent
5600720a98
commit
8bdccbdcb0
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue