Fix: minor

This commit is contained in:
eight 2018-10-14 15:58:33 +08:00
parent 576f73f333
commit 05a87ed00f

View File

@ -404,7 +404,6 @@ function initStyleData() {
// strip URL parameters when invoked for a non-existent id
if (!style.id) {
history.replaceState({}, document.title, location.pathname);
// FIXME: add style -> edit style
}
return style;
});