From b590eaa2f64ead3384eadc6fe58f6358aa1a0478 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Wed, 22 Dec 2021 16:39:34 +0100 Subject: reworked build system; added missing license notices --- html/default_blocking_policy.js | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'html/default_blocking_policy.js') diff --git a/html/default_blocking_policy.js b/html/default_blocking_policy.js index 8178386..47435eb 100644 --- a/html/default_blocking_policy.js +++ b/html/default_blocking_policy.js @@ -41,13 +41,10 @@ * proprietary program, I am not going to enforce this in court. */ -/* - * IMPORTS_START - * IMPORT by_id - * IMPORT light_storage - * IMPORT observables - * IMPORTS_END - */ +#IMPORT common/storage_light.js AS light_storage +#IMPORT common/observables.js + +#FROM html/DOM_helpers.js IMPORT by_id /* * Used with `default_blocking_policy.html' to allow user to choose whether to @@ -75,8 +72,4 @@ async function init_default_policy_dialog() blocking_policy_span.classList.remove("hide"); } -/* - * EXPORTS_START - * EXPORT init_default_policy_dialog - * EXPORTS_END - */ +init_default_policy_dialog(); -- cgit v1.2.3