Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Fix wrong url for toggleTheme query (#1474)

Cette révision appartient à :
kilo 2017-09-03 08:12:38 +02:00 révisé par ewhal
Parent 6f6f03f7ba
révision 4b80e16121

Voir le fichier

@ -184,7 +184,7 @@ function toggleTheme(e) {
document.getElementById("theme").href = "/css/" + CurrentTheme + ".css";
if(UserID > 0 ){
Query.Get("https://dev.pantsu.cat/dark", function(data) {})
Query.Get("/dark", function(data) {})
//If user logged in, we're forced to go through this page in order to save the new user theme
}
else {