From aa2b770e3068705bd948196c82e396513ffc8a01 Mon Sep 17 00:00:00 2001 From: Veit Lehmann Date: Fri, 24 Feb 2023 00:46:40 +0100 Subject: add override links to utility views This enables `local-overrides.css` and `local-overrides.js` for all utility views, for example to add polyfills, enable responsive styling or to adjust styles globally. --- plugins/auth_internal/init.php | 1 + plugins/bookmarklets/init.php | 2 ++ plugins/share/init.php | 1 + 3 files changed, 4 insertions(+) (limited to 'plugins') diff --git a/plugins/auth_internal/init.php b/plugins/auth_internal/init.php index 135e4d3ed..f113cd31e 100644 --- a/plugins/auth_internal/init.php +++ b/plugins/auth_internal/init.php @@ -76,6 +76,7 @@ class Auth_Internal extends Auth_Base { }, }; +

diff --git a/plugins/bookmarklets/init.php b/plugins/bookmarklets/init.php index 4a7a35608..f5b3ab1ca 100644 --- a/plugins/bookmarklets/init.php +++ b/plugins/bookmarklets/init.php @@ -56,6 +56,7 @@ class Bookmarklets extends Plugin { display : none; } +