From 9ae1b3fcb8d62d80046d53d6307bfac8655fcbb7 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 22 Apr 2016 14:06:17 -0400 Subject: [PATCH] remove scroll on detail screen --- dashboard-ui/scripts/itemdetailpage.js | 1 - 1 file changed, 1 deletion(-) diff --git a/dashboard-ui/scripts/itemdetailpage.js b/dashboard-ui/scripts/itemdetailpage.js index c65220fb2f..73e7d402da 100644 --- a/dashboard-ui/scripts/itemdetailpage.js +++ b/dashboard-ui/scripts/itemdetailpage.js @@ -45,7 +45,6 @@ getPromise().then(function (item) { reloadFromItem(page, item); - window.scrollTo(0, 0); }); }