Working on task kanban
This commit is contained in:
parent
3edb013cb9
commit
d0e249db4e
1 changed files with 2 additions and 1 deletions
|
|
@ -391,6 +391,7 @@
|
|||
$(function() {
|
||||
window.model = new ViewModel();
|
||||
ko.applyBindings(model);
|
||||
$('.kanban').show();
|
||||
});
|
||||
|
||||
</script>
|
||||
|
|
@ -401,7 +402,7 @@
|
|||
</script>
|
||||
|
||||
|
||||
<div class="kanban">
|
||||
<div class="kanban" style="display: none">
|
||||
<div data-bind="sortable: { data: statuses, as: 'status', afterMove: onDragged, allowDrop: true, connectClass: 'connect-column' }" style="float:left">
|
||||
<div class="well kanban-column">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue