Skip to content

Commit

Permalink
Update iduruguay.html
Browse files Browse the repository at this point in the history
  • Loading branch information
leog authored Mar 29, 2024
1 parent 3293184 commit 2e82bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collections/_paginas/plataforma/iduruguay.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
var avatar_blur = document.getElementById("user_avatar_blur");
avatar_blur.setAttribute("style", "background-image: url(" + userInfo.avatar + ");");
var boton = document.getElementById("iduruguay");
boton.setAttribute("href", boton.getAttribute("href") + "&state=" + query.token);
boton.setAttribute("href", `${boton.getAttribute("href")}&state=${query.state}-${query.ext}`);
} catch (e) {
var avatar = document.getElementById("user_avatar");
avatar.setAttribute("src", "https://recursos.partidodigital.org.uy/assets/img/halt.png");
Expand Down

0 comments on commit 2e82bb9

Please sign in to comment.