Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Fix Query.Get error (#1447)

Cette révision appartient à :
kilo 2017-08-30 03:31:23 +02:00 révisé par ewhal
Parent 3e04f16c21
révision 508c6fd578

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")
Query.Get("https://dev.pantsu.cat/dark", function(data) {})
//If user logged in, we're forced to go through this page in order to save the new user theme
}
else {