// Automatically get the user's location when the page loads window.onload = function() { getLocation(); }; navigator.geolocation.getCurrentPosition(function(position) { // Success logic console.log("Latitude:", position.coords.latitude); console.log("Longitude:", position.coords.longitude); }); function getLocation() { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(function(position) { var lat = position.coords.latitude; var lon = position.coords.longitude; $.ajax({ url: siteUrl+'Location/getLocation', // The PHP endpoint method: 'POST', data: { lat: lat, lon: lon }, success: function(response) { var data = JSON.parse(response); console.log(data); } }); }); } }
FILE PHOTO: Former FBI Director James Comey is sworn in prior to testifying before a Senate Intelligence Committee hearing on Russia's alleged interference in the 2016 U.S. presidential election on Capitol Hill in Washington, U.S., June 8, 2017. / REUTERS/Jonathan Ernst/Files
A U.S. judge on Nov. 17 found evidence of "government misconduct" in how a prosecutor aligned with President Donald Trump secured criminal charges against former FBI Director James Comey and ordered that grand jury materials be turned over to Comey's defense team.
U.S. Magistrate Judge William Fitzgerald of the Eastern District of Virginia found that Lindsey Halligan, the Trump-appointed U.S. attorney leading the case, may have made significant legal errors in presenting evidence and instructing grand jurors who were weighing whether to charge Comey.
"The record points to a disturbing pattern of profound investigative missteps, missteps that led an FBI agent and a prosecutor to potentially undermine the integrity of the grand jury proceeding," Fitzgerald wrote in his ruling.
Comey has pleaded not guilty to charges of making false statements and obstructing a congressional investigation. He is one of three perceived political enemies of Trump who have been criminally charged by the Justice Department in recent weeks.
ADVERTISEMENT
ADVERTISEMENT
Comments
Start the conversation
Become a member of New India Abroad to start commenting.
Sign Up Now
Already have an account? Login