From c0a4d8a65ae43670baaa7b796b6530f7cfdbe213 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 6 Aug 2013 15:26:12 -0400 Subject: [PATCH] improve position of dynamic images --- dashboard-ui/scripts/indexpage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/indexpage.js b/dashboard-ui/scripts/indexpage.js index 1374925214..6430bae1dd 100644 --- a/dashboard-ui/scripts/indexpage.js +++ b/dashboard-ui/scripts/indexpage.js @@ -43,7 +43,7 @@ var url = urls[i]; - html += '
'; + html += '
'; }