From 76a64629ac2354394ae8fcea982781869d62f158 Mon Sep 17 00:00:00 2001 From: Libor Polčák Date: Apr 29 2019 16:15:47 +0000 Subject: We do not do any magic - remove magic claim from the comment --- diff --git a/document_start.js b/document_start.js index acbfc5d..dc08c1c 100644 --- a/document_start.js +++ b/document_start.js @@ -83,7 +83,7 @@ browser.storage.sync.get(null, function (res) { if (activeLevel == 4) currentLevel = res.extension_settings_data; - // do magic - wrap object / functions + // wrap object / functions // window.Date if (currentLevel.window_date.main_checkbox) { var digitPlacesToRoundCount = currentLevel.window_date.time_round_precision;