diff --git a/web/js/common.js b/web/js/common.js index ae0ea6d..eabddb9 100644 --- a/web/js/common.js +++ b/web/js/common.js @@ -254,7 +254,7 @@ function set_horn_melodies_title(weapon_data) { function get_calculating_palico_setup(weapon_data) { // NB: load_calculating_palico_data must be called first var name = weapon_data["name"]; - if (! name in PALICO_ID) { + if (! (name in PALICO_ID)) { return ""; }