From a806e77cb611342c1b5ccd266c9efa79ab2974b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Thu, 3 Oct 2019 07:14:03 +0200 Subject: Implement our own initialStateService for 15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- templates/main.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/main.php b/templates/main.php index 9fa58fc6..365cf629 100644 --- a/templates/main.php +++ b/templates/main.php @@ -2,8 +2,11 @@ if (!\OCP\Util::isIe()) { script('contacts', 'contacts'); style('contacts', 'contacts'); -} else { ?> + + + +
-- cgit v1.2.3