From 8601edd71e74ba522e32658309cb2e7acca8aeeb Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Tue, 27 Sep 2016 06:45:19 +0100 Subject: Disable content-script loader (temporary). Scripts loaded via the content-script loader previously were loaded synchronously. In recent versions of Chrome, they now seem to be loaded asynchrnously, which causes errors. This is a temporary commit to keep master healthy until I (or somebody) figures out properly what is going on. It is expected to be reverted in due course. --- pages/options.html | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'pages/options.html') diff --git a/pages/options.html b/pages/options.html index 17fe64bd..04d7fe27 100644 --- a/pages/options.html +++ b/pages/options.html @@ -2,7 +2,29 @@