0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-20 07:41:11 +02:00
discourse-custom-wizard/assets/javascripts/wizard-custom-guest.js

5 Zeilen
129 B
JavaScript

(function () {
2019-10-17 02:26:21 +02:00
document.cookie = 'destination_url=' + window.location.href + ';path=/';
window.location.href = '/login'
})()