diff --git a/js/glowingbear.js b/js/glowingbear.js index 56fed48..370b098 100644 --- a/js/glowingbear.js +++ b/js/glowingbear.js @@ -107,7 +107,7 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout', // except for local instances (testing or electron) $scope.show_tls_warning = (window.location.protocol !== "https:") && (["localhost", "127.0.0.1", "::1"].indexOf(window.location.hostname) === -1) && - !window.is_electron && (cordova === null); + !window.is_electron && !window.cordova; if (window.is_electron) { // Use packaged emojione sprite in the electron app