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

patch hardcoded dirty search code

parent 0624d4f2
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://127.0.0.1:1111/search/?s=" + footerSearchString; document.location.href = "http://dunitrust.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