weaponplanner, list: improve formatting

This commit is contained in:
Bryce Allen
2015-07-17 20:11:16 -05:00
parent 0064062006
commit 4f9ad72a64
5 changed files with 27 additions and 25 deletions

View File

@@ -178,8 +178,7 @@
$("#weapon_stats").html("");
$.getJSON(DATA_PATH + "weapon/" + weapon_id + ".json",
function(data) {
data["sharpness_title"] = data["sharpness"].join(",");
data["sharpness_plus_title"] = data["sharpness_plus"].join(",");
set_sharpness_titles(data);
var html = template_stats.render(data);
$("#weapon_stats").html(html);
});