Skip to content

Commit

Permalink
Fix defect 'SSID Search' page so that pressing 'Go' loads locateSSID/…
Browse files Browse the repository at this point in the history
…ap_name

instead of locateSSIDap_name
  • Loading branch information
brian authored and brian committed May 11, 2013
1 parent 81b6bdc commit fc17df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iSniff_GPS/templates/wigle-wloc.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{% block content %}
<h2>SSID</h2>
<input id="SSID" value="{{ ssid }}">
<input type="submit" value="Go" onclick='window.location="{% url "locatessid-base" %}"+document.getElementById("SSID").value'>
<input type="submit" value="Go" onclick='window.location="{% url "locatessid-base" %}/"+document.getElementById("SSID").value'>
{% if hits %}{{hits}} APs returned.{%endif%}
<div id="map_canvas"></div>
{% endblock %}

0 comments on commit fc17df4

Please sign in to comment.