From fe9faefd0bb01212299259bcdcc431d24493d963 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Tue, 12 Apr 2022 21:59:09 +0200 Subject: Added functions to inject and remove css from tabs --- plugin_loader/loader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin_loader/loader.py') diff --git a/plugin_loader/loader.py b/plugin_loader/loader.py index 1461d1d0..cf5ca381 100644 --- a/plugin_loader/loader.py +++ b/plugin_loader/loader.py @@ -190,4 +190,4 @@ class Loader: async def refresh_iframe(self): tab = await get_tab("QuickAccess") await tab.open_websocket() - return await tab.evaluate_js("reloadIframe()") \ No newline at end of file + return await tab.evaluate_js("reloadIframe()", False) \ No newline at end of file -- cgit v1.2.3