From ed59e1b3c6ebf1b4fb114264db19b7b21eb54468 Mon Sep 17 00:00:00 2001 From: raylu Date: Wed, 23 Oct 2013 01:16:34 -0700 Subject: ship as item on kill, hide cents also, set height on kill page so loading images doesn't adjust heights and fix firefox kill_list ellipsis --- web/static/js/home.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web/static/js/home.js') diff --git a/web/static/js/home.js b/web/static/js/home.js index 8bbe943..11e1422 100644 --- a/web/static/js/home.js +++ b/web/static/js/home.js @@ -5,10 +5,11 @@ window.addEvent('domready', function() { table.grab(new Element('tr').adopt( new Element('td').grab(ykill.portrait(kill['ship_type_id'], kill['ship_name'], 'type', '_32.png')), new Element('td', {'html': kill['ship_name']}), + new Element('td', {'html': kill['system_name'] + ' (' + kill['security'].toFixed(1) + ')'}), new Element('td').grab( new Element('a', { 'href': '/kill/' + kill['kill_id'], - 'html': ykill.format_isk(kill['cost'] / (100 * 1000 * 1000 * 1000)) + 'html': ykill.format_billions(kill['cost']) }) ) )); -- cgit v1.2.3