From 96a02cabef4084d1ae3f11e973137dcb834cd12d Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Mon, 9 May 2016 19:11:11 -0400 Subject: Made assignee in bug view larger --- ws2a/bugview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ws2a') diff --git a/ws2a/bugview.js b/ws2a/bugview.js index 0f1d5c6..a55ab83 100644 --- a/ws2a/bugview.js +++ b/ws2a/bugview.js @@ -41,7 +41,7 @@ function loadLastBugs() { if(statustext == "0:"){ statusicon = "Unassigned"; }else if(statustext.substring(0,2) == "1:"){ - statusicon = "" + status.substring(2) + ""; + statusicon = "

" + status.substring(2) + "

"; }else if(statustext == "2:"){ statusicon = "Closed"; } -- cgit v1.2.3-70-g09d2