diff --git a/frappe/desk/page/activity/activity.js b/frappe/desk/page/activity/activity.js index c3cf422013..553e8069ea 100644 --- a/frappe/desk/page/activity/activity.js +++ b/frappe/desk/page/activity/activity.js @@ -157,7 +157,9 @@ frappe.activity.Feed = Class.extend({ frappe.activity.render_heatmap = function(page) { var me = this; - $('

').prependTo(page.main); + $('
\ +
\ +
').prependTo(page.main); frappe.call({ method: "frappe.desk.page.activity.activity.get_heatmap_data",