Skip to content

Commit

Permalink
Update blog_scripts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
supertestnet authored Dec 3, 2024
1 parent 25bc167 commit f03502a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blog_scripts.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
$( '.title_and_subtitle' ).onclick = () => {window.location.href = './';}
$( '.lang_btn' ).onclick = () => {window.location.href = window.location.protocol + "//" + window.location.hostname + window.location.pathname + "?lang=english";}
$( '.contacto_btn' ).onclick = () => {window.location.href = "./nuevo_contacto.html";}
if ( window.location.href.includes( "lang=english" ) ) {
$( '.title_and_subtitle' ).onclick = () => {window.location.href = './' + "?lang=english";}
$( '.subtitle' ).innerText = `Friday November 29 - Sunday December 1, 2024`;
Expand Down

0 comments on commit f03502a

Please sign in to comment.