Merge Minor into main #113

Manually merged
niggl merged 416 commits from dev into main 2021-03-26 16:34:56 +00:00
Showing only changes of commit 342a95ddbe - Show all commits

View File

@ -59,6 +59,9 @@
duration: 2500, duration: 2500,
backgroundColor: "linear-gradient(to right, #00b09b, #96c93d)", backgroundColor: "linear-gradient(to right, #00b09b, #96c93d)",
}).showToast(); }).showToast();
setTimeout(() => {
location.replace("./");
}, 500);
}) })
.catch((err) => {}); .catch((err) => {});
} }