From 7dcdc83f6fb206d401407063e77316c2b422f7f7 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 16 Jun 2014 22:06:23 -0400 Subject: [PATCH] #762 - Marking unwatched doesn't update display --- dashboard-ui/scripts/itemdetailpage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/itemdetailpage.js b/dashboard-ui/scripts/itemdetailpage.js index 05ed28a2a7..31dcf19c08 100644 --- a/dashboard-ui/scripts/itemdetailpage.js +++ b/dashboard-ui/scripts/itemdetailpage.js @@ -159,7 +159,7 @@ if (userData) { currentItem.UserData = userData; - reloadFromItem(page, currentItem); + renderUserDataIcons(page, currentItem); } } }