From a72643257afa150e128513d8663690c049229983 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 8 Mar 2018 18:41:03 +0300 Subject: [PATCH] do not enforce strict mode for plugins --- index.php | 5 ++++- prefs.php | 8 ++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 31d76703..fb24066f 100644 --- a/index.php +++ b/index.php @@ -117,7 +117,10 @@ print get_minified_js(["tt-rss.js", "functions.js", "feedlist.js", "viewfeed.js", "PluginHost.js"]); - + ?> + + + -- 2.39.2