Remove Vuejs rendering on body tag

This commit is contained in:
Frederic Guillot 2016-11-21 23:04:27 -05:00
parent d3cb436eb5
commit 25272afa9b
No known key found for this signature in database
GPG Key ID: 92D77191BA7FBC99
2 changed files with 1 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -36,10 +36,6 @@ Kanboard.App.prototype.execute = function() {
this.datePicker();
this.autoComplete();
this.tagAutoComplete();
new Vue({
el: 'body'
});
};
Kanboard.App.prototype.keyboardShortcuts = function() {