From 72fbcd4787de95187ed574d492cb4774e1e68d1a Mon Sep 17 00:00:00 2001 From: garbash Date: Wed, 13 Aug 2014 19:40:42 +0300 Subject: made infobox wider and more readable --- scripts/rhizicore.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/rhizicore.js b/scripts/rhizicore.js index a7cdefc1..5c286cd6 100644 --- a/scripts/rhizicore.js +++ b/scripts/rhizicore.js @@ -803,11 +803,11 @@ function showInfo(d, i) { $('.info').fadeIn(300); if (d.type === "deliverable") { - $('.info').html('Name: ' + d.id + '





'); + $('.info').html('Name: ' + d.id + '




'); } else if(d.type=== "chainlink"){ - $('.info').html('Name: ' + d.id + '
'); + $('.info').html('Name: ' + d.id + '
'); }else{ - $('.info').html('Name: ' + d.id + '



'); + $('.info').html('Name: ' + d.id + '


'); } -- cgit v1.3.1