diff --git a/frappe/public/js/frappe/views/ganttview.js b/frappe/public/js/frappe/views/ganttview.js index 05354a61a0..2d671f3da8 100644 --- a/frappe/public/js/frappe/views/ganttview.js +++ b/frappe/public/js/frappe/views/ganttview.js @@ -53,7 +53,7 @@ frappe.views.Gantt = frappe.views.CalendarBase.extend({ fieldname:"end", "default": frappe.datetime.month_end(), input_css: {"z-index": 3}}); this.add_filters(); - this.wrapper = $("
").appendTo(this.page.main); + this.wrapper = $("").appendTo(this.page.main); }, refresh: function() {