Remove Vuejs rendering on body tag
This commit is contained in:
2
assets/js/app.min.js
vendored
2
assets/js/app.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -36,10 +36,6 @@ Kanboard.App.prototype.execute = function() {
|
|||||||
this.datePicker();
|
this.datePicker();
|
||||||
this.autoComplete();
|
this.autoComplete();
|
||||||
this.tagAutoComplete();
|
this.tagAutoComplete();
|
||||||
|
|
||||||
new Vue({
|
|
||||||
el: 'body'
|
|
||||||
});
|
|
||||||
};
|
};
|
||||||
|
|
||||||
Kanboard.App.prototype.keyboardShortcuts = function() {
|
Kanboard.App.prototype.keyboardShortcuts = function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user