Rewrite task move position component and remove Vuejs

This commit is contained in:
Frederic Guillot
2016-11-26 16:00:52 -05:00
parent e64faae69a
commit 04ff67e26b
17 changed files with 464 additions and 247 deletions

View File

@@ -157,9 +157,5 @@ Kanboard.Popover.prototype.afterOpen = function() {
this.app.autoComplete();
this.app.tagAutoComplete();
new Vue({
el: '#popover-container'
});
KB.render();
};