use-minification
Lorenz Hübschle-Schneider 6 years ago
parent 0823a417f2
commit 75114a455c
  1. 2
      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;
}

Loading…
Cancel
Save