From bdeae1d133f3a0c7228909103204712661674100 Mon Sep 17 00:00:00 2001 From: tophf Date: Mon, 23 Aug 2021 16:49:48 +0300 Subject: [PATCH] don't redirect at all --- install-usercss/install-usercss.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/install-usercss/install-usercss.js b/install-usercss/install-usercss.js index 5d720d52..d6fb2846 100644 --- a/install-usercss/install-usercss.js +++ b/install-usercss/install-usercss.js @@ -300,11 +300,6 @@ function install(style) { t('installUpdateFrom', style.updateUrl) : ''; updateMeta(style); - - if (!liveReload.enabled) { - sessionStorage.justEditedStyleId = style.id; - location.href = '/manage.html'; - } } async function getAppliesTo(style) {