From 18d1f4716b5d5a75839c28167f5e925ce292fb4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Sat, 26 Apr 2014 16:34:02 +0100 Subject: [PATCH] Revert "use ng-if to hide date instead of css" That actually decreases performance, because it adds a watcher to every line This reverts commit 16365db5889eda5c7c508b3c67ea540338ffae1f. --- css/glowingbear.css | 5 +++++ index.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index d6e36fa..06d633c 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -340,6 +340,11 @@ img.embed { max-height: 300px; } + +table.notimestamp td.time { + display: none !important; +} + .modal ul { list-style: none; padding-left: 15px; diff --git a/index.html b/index.html index ed2fe77..cb25a35 100644 --- a/index.html +++ b/index.html @@ -241,7 +241,7 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel - + :