Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
Use non-e6 formatting
Dieser Commit ist enthalten in:
Ursprung
aab2662f9c
Commit
085f4b1633
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -1,4 +1,4 @@
|
||||||
(function () {
|
(function () {
|
||||||
document.cookie = `destination_url=${window.location.href};path=/`;
|
document.cookie = 'destination_url=' + window.location.href + ';path=/';
|
||||||
window.location.href = '/login'
|
window.location.href = '/login'
|
||||||
})()
|
})()
|
||||||
|
|
Laden …
In neuem Issue referenzieren