Show timestamps on mobile by default

This is overriden by the setting
l-merge-prefix
Lorenz Hübschle-Schneider 11 years ago
parent f69a1ce3c4
commit ce2a4e89da
  1. 1
      js/glowingbear.js

@ -793,7 +793,6 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
if ($rootScope.isMobileUi()) {
nonicklist = true;
noembed = true;
notimestamp = true;
$rootScope.wasMobileUi = true;
}

Loading…
Cancel
Save