From aed558897b952b31583c63180f8aec20bcc9b86d Mon Sep 17 00:00:00 2001 From: garbash Date: Thu, 7 Aug 2014 14:48:28 +0300 Subject: Widened infobox --- scripts/rhizicore.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/rhizicore.js b/scripts/rhizicore.js index fcb4f7a3..15f363f8 100644 --- a/scripts/rhizicore.js +++ b/scripts/rhizicore.js @@ -777,9 +777,9 @@ function showInfo(d, i) { $('.info').fadeIn(300); if (d.type === "deliverable") { - $('.info').html('Name: ' + d.id + '
'); + $('.info').html('Name: ' + d.id + '


'); } else { - $('.info').html('Name: ' + d.id + '
'); + $('.info').html('Name: ' + d.id + '


'); } $('.info').css("border-color", customColor(d.type)); -- cgit v1.3.1