Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-22 17:30:29 +01:00
6 Zeilen
157 B
JavaScript
6 Zeilen
157 B
JavaScript
// discourse-skip-module
|
|
|
|
(function () {
|
|
document.cookie = "destination_url=" + window.location.href + ";path=/";
|
|
window.location.href = "/login";
|
|
})();
|