diff --git a/js/glowingbear.js b/js/glowingbear.js index b216d1b..e706815 100644 --- a/js/glowingbear.js +++ b/js/glowingbear.js @@ -68,7 +68,7 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout', //For upgrade reasons because we changed the name of host to hostField //check if the value might still be in the host key instead of the hostField key - if (!settings.hostFieldv && settings.host) { + if (!settings.hostField && settings.host) { settings.hostField = settings.host; }