Delete unused references to wasMobileUi

use-minification
Jeremy Mahieu 6 years ago
parent 4bc77a294d
commit 7982f46e6c
  1. 5
      js/glowingbear.js

@ -319,11 +319,6 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
} }
}); });
$rootScope.wasMobileUi = false;
if (utils.isMobileUi()) {
$rootScope.wasMobileUi = true;
}
if (!settings.fontfamily) { if (!settings.fontfamily) {
if (utils.isMobileUi()) { if (utils.isMobileUi()) {
settings.fontfamily = 'sans-serif'; settings.fontfamily = 'sans-serif';

Loading…
Cancel
Save