Skip to content
Snippets Groups Projects
Commit 383c6d18 authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

patch mistype because I'm tired :D

parent 0dddf024
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
var $footerSearch = document.getElementById("footersearch"); var $footerSearch = document.getElementById("footersearch");
var footerSearchString = $footerSearch.value; var footerSearchString = $footerSearch.value;
console.log("pressed enter") console.log("pressed enter")
document.location.href = "http://dunitrust.trentesaux.fr/search/?s=" + footerSearchString; document.location.href = "http://duniter.trentesaux.fr/search/?s=" + footerSearchString;
} }
}); });
</script> </script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment