From 898f0c37ce20a424f707e98d7e7ac9fda6daa452 Mon Sep 17 00:00:00 2001 From: Kevin Date: Sun, 3 Mar 2013 01:21:50 -0800 Subject: [PATCH] One more nit --- code/map_data.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/map_data.js b/code/map_data.js index dd741ee7..1b885e7d 100644 --- a/code/map_data.js +++ b/code/map_data.js @@ -596,7 +596,8 @@ window.renderField = function(ent) { icon: L.divIcon({ className: 'fieldmu', iconSize: [70,12], - html: digits(ent[2].entityScore.entityScore)}), + html: digits(ent[2].entityScore.entityScore) + }), clickable: false });