From 55668cdd186dcabefc176b3b9fcc0a97b315b8cf Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Mon, 9 May 2016 19:12:53 -0400 Subject: Correctly made assignee labels bigger --- ws2a/bugview.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ws2a/bugview.js') diff --git a/ws2a/bugview.js b/ws2a/bugview.js index a55ab83..bf07042 100644 --- a/ws2a/bugview.js +++ b/ws2a/bugview.js @@ -41,12 +41,12 @@ 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"; } - document.getElementById("status").innerHTML = statusicon; + document.getElementById("status").innerHTML = "

" + statusicon + "

"; document.getElementById("longdesc").innerHTML = htmlEscape(parts[5]); console.log(parts); var i = 6; -- cgit v1.2.3-70-g09d2