From b71b2388cdb0f7d4026e16207e048c62f903da3e Mon Sep 17 00:00:00 2001 From: Avinash Agarwal Date: Mon, 12 Feb 2018 11:27:39 +0530 Subject: [PATCH] CORS Solved --- popup/js/popup.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/popup/js/popup.js b/popup/js/popup.js index f2b5cdf..871b84b 100644 --- a/popup/js/popup.js +++ b/popup/js/popup.js @@ -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