Skip to content

Commit

Permalink
Thu Jun 14 15:08:25 IST 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekbalam committed Jun 14, 2018
1 parent 1e349b4 commit 7d67b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $( document ).ready(function() {


$('#submit').on('click', function(event) {
//event.preventDefault();
event.preventDefault();
var ip=$('#ip').val();
if(validate(ip)){
url1="/locate/"+ip;
Expand Down

0 comments on commit 7d67b6e

Please sign in to comment.