add horn notes and melodies

This commit is contained in:
Bryce Allen
2015-08-05 22:39:20 -05:00
parent feb419c98a
commit ba4c0da67b
8 changed files with 80 additions and 8 deletions

View File

@@ -179,6 +179,7 @@
$.getJSON(DATA_PATH + "weapon/" + weapon_id + ".json",
function(data) {
set_sharpness_titles(data);
set_horn_melodies_title(data);
var html = template_stats.render(data);
$("#weapon_stats").html(html);
});