Show timestamps on mobile by default

This is overriden by the setting
This commit is contained in:
Lorenz Hübschle-Schneider 2014-05-27 16:18:25 +01:00
parent f69a1ce3c4
commit ce2a4e89da

View file

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