From 25272afa9b383adbf22e1c7631f0b1f841fa8d0f Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Mon, 21 Nov 2016 23:04:27 -0500 Subject: Remove Vuejs rendering on body tag --- assets/js/src/App.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'assets/js/src') 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() { -- cgit v1.2.3