diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-11-21 23:04:27 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-11-21 23:04:27 -0500 |
commit | 25272afa9b383adbf22e1c7631f0b1f841fa8d0f (patch) | |
tree | b3b3a96c061e94b2e0f078d7cebccbac572c22a9 /assets/js/src | |
parent | d3cb436eb55224ccaa3b4a6e526e28a59fc3add4 (diff) |
Remove Vuejs rendering on body tag
Diffstat (limited to 'assets/js/src')
-rw-r--r-- | assets/js/src/App.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/assets/js/src/App.js b/assets/js/src/App.js index 48ef7bf6..6fb3ccb7 100644 --- a/assets/js/src/App.js +++ b/assets/js/src/App.js @@ -36,10 +36,6 @@ Kanboard.App.prototype.execute = function() { this.datePicker(); this.autoComplete(); this.tagAutoComplete(); - - new Vue({ - el: 'body' - }); }; Kanboard.App.prototype.keyboardShortcuts = function() { |