don't redirect at all

This commit is contained in:
tophf 2021-08-23 16:49:48 +03:00
parent 0a934b0657
commit bdeae1d133

View File

@ -300,11 +300,6 @@ function install(style) {
t('installUpdateFrom', style.updateUrl) : ''; t('installUpdateFrom', style.updateUrl) : '';
updateMeta(style); updateMeta(style);
if (!liveReload.enabled) {
sessionStorage.justEditedStyleId = style.id;
location.href = '/manage.html';
}
} }
async function getAppliesTo(style) { async function getAppliesTo(style) {