Skip to content

Commit

Permalink
CORS Solved
Browse files Browse the repository at this point in the history
  • Loading branch information
AvinashAgarwal14 authored and PaliwalSparsh committed Apr 2, 2018
1 parent 52dfedf commit b71b238
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions popup/js/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,6 @@ $(document).ready(function(){
tex.addEventListener("click",function(event){
event.stopPropagation();
});
// document.addEventListener("click",function(){
// for(var i=0;i<(sug.length);i++)
// {
// sug[i].classList.add("off");
// }
// });


// Styling content
// Place suggestion in query box
Expand Down

0 comments on commit b71b238

Please sign in to comment.