From ce2a4e89da216ea515b49ea391c53827280825ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Tue, 27 May 2014 16:18:25 +0100 Subject: [PATCH] Show timestamps on mobile by default This is overriden by the setting --- js/glowingbear.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/glowingbear.js b/js/glowingbear.js index 79b5051..79bf521 100644 --- a/js/glowingbear.js +++ b/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; }