Add temporary folder custom color in drive

This commit is contained in:
ClemDee
2019-06-11 17:40:13 +02:00
parent e52acda334
commit 21300bb030
5 changed files with 51 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ define([
'/common/modes.js',
'/customize/messages.js',
'/kanban/jkanban.js',
'/kanban/jscolor.js',
'/common/jscolor.js',
'css!/kanban/jkanban.css',
'less!/kanban/app-kanban.less'
@@ -281,7 +281,7 @@ define([
//return;
}
kanban.inEditMode = true;
// create a form to enter element
// create a form to enter element
var boardId = $(el.parentNode.parentNode).attr("data-id");
var $item = $('<div>', {'class': 'kanban-item'});
var $input = getInput().val(name).appendTo($item);