0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00

Use non-e6 formatting

Dieser Commit ist enthalten in:
Angus McLeod 2019-10-17 11:26:21 +11:00
Ursprung aab2662f9c
Commit 085f4b1633

Datei anzeigen

@ -1,4 +1,4 @@
(function () {
document.cookie = `destination_url=${window.location.href};path=/`;
document.cookie = 'destination_url=' + window.location.href + ';path=/';
window.location.href = '/login'
})()