Add the possibility to move tasks without drag and drop

This commit is contained in:
Frederic Guillot
2016-08-28 22:30:48 -04:00
parent b51c693cda
commit 08bdb708e7
13 changed files with 201 additions and 11 deletions

View File

@@ -148,4 +148,8 @@ Kanboard.Popover.prototype.afterOpen = function() {
this.app.datePicker();
this.app.autoComplete();
this.app.tagAutoComplete();
new Vue({
el: '#popover-container'
});
};