mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 13:45:42 +00:00
Normalized indentation
This commit is contained in:
@@ -19,13 +19,13 @@
|
|||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function handleSearch() {
|
function handleSearch() {
|
||||||
var searchUrl = "https://www.sapsailing.com/gwt/Home.html#SearchResultPlace:";
|
var searchUrl = "https://www.sapsailing.com/gwt/Home.html#SearchResultPlace:";
|
||||||
var searchBox = document.getElementById("searchBox");
|
var searchBox = document.getElementById("searchBox");
|
||||||
if (searchBox && searchBox.value) {
|
if (searchBox && searchBox.value) {
|
||||||
searchUrl += searchBox.value;
|
searchUrl += searchBox.value;
|
||||||
}
|
}
|
||||||
window.location.href = searchUrl;
|
window.location.href = searchUrl;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user