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