From ace0d590b4ec284bc7f5798a678effc25a96808c Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 14 Sep 2010 18:07:50 +0200 Subject: packages editable --- module/web/templates/default/home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/web/templates/default/home.html') diff --git a/module/web/templates/default/home.html b/module/web/templates/default/home.html index bbc196fe1..41ced20a7 100644 --- a/module/web/templates/default/home.html +++ b/module/web/templates/default/home.html @@ -145,10 +145,10 @@ var LinkEntry = new Class({ 'styles':{ 'height': '4px', 'width': item.percent+'%', - 'background-color': '#ddd', + 'background-color': '#ddd' } }) - } + }; this.elements.tr.adopt(this.elements.name,this.elements.status,this.elements.info,this.elements.kbleft,new Element('td').adopt(this.elements.percent,this.elements.remove)); this.elements.pgbTr.adopt(new Element('td',{'colspan':5}).adopt(this.elements.pgb)); -- cgit v1.2.3