diff --git a/skins/Belchertown/js/belchertown.js.tmpl b/skins/Belchertown/js/belchertown.js.tmpl index a9a41879..c1084bc2 100644 --- a/skins/Belchertown/js/belchertown.js.tmpl +++ b/skins/Belchertown/js/belchertown.js.tmpl @@ -1881,8 +1881,8 @@ function update_current_wx(data) { // Beaufort #if $Extras.has_key("beaufort_category") and $Extras.beaufort_category == '1' - if (data.hasOwnProperty("beaufort")) { - jQuery(".beaufort").html(beaufort_cat(parseFloat(data["beaufort"]))); + if (data.hasOwnProperty("beaufort_count")) { + jQuery(".beaufort").html(beaufort_cat(parseFloat(data["beaufort_count"]))); } #end if