[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [atlas/master] Remove the action attribute from the search form
commit 42a43699cb47bafc4c066a423b2a575e59cfa93f
Author: cypherpunks <cypherpunks@xxxxxxxxxxxxxx>
Date: Sat Jan 21 21:01:13 2017 +0000
Remove the action attribute from the search form
Search form submissions are caught by a JavaScript event so the action
is never used and can be removed.
Really closes ticket 21234 this time.
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 8ed9b71..34a06af 100644
--- a/index.html
+++ b/index.html
@@ -41,7 +41,7 @@
<li><a href="#/about">About</a></li>
<li><a href="#/top10">Top 10 Relays</a></li>
</ul>
- <form id="nav-search" class="navbar-search pull-right" action="">
+ <form id="nav-search" class="navbar-search pull-right">
<input type="text" class="search-query" placeholder="Search">
</form>
</div>
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits