From ab96fe5a60bcd3a4e6e87c4c2f7ae1f4c98acff4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 13 Dec 2019 07:11:36 +0300 Subject: offline index: support dark mode --- offline.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'offline.html') diff --git a/offline.html b/offline.html index 9888b9a..bf77ac6 100644 --- a/offline.html +++ b/offline.html @@ -3,7 +3,7 @@ - + @@ -67,6 +67,8 @@ $(document).ready(function() { + init_night_mode(); + if ('serviceWorker' in navigator) { navigator.serviceWorker .register('worker.js') -- cgit v1.2.3