From 99c976cf04d94eb6425741df010e27e8e9730ed2 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Mon, 3 Oct 2016 15:01:06 +0530 Subject: [PATCH] [ui] fix activity heatmap popover --- frappe/desk/page/activity/activity.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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",