Skip to content

Commit

Permalink
popup.js: Fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
vishvanath45 committed Jan 31, 2017
1 parent 535cd19 commit 40530d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ function register(event) {
if(document.getElementById("GDrive").checked === true)
{
if((document.getElementById("video").checked === true)||(document.getElementById("music").checked === true)){
window.open("https://www.google.co.in/#q="+query+" site:drive.google.com ");
window.open("https://www.google.co.in/#q="+query+" site:drive.google.com ("+formats+")");
}
else{
window.open("https://www.google.co.in/#q="+query+" site:docs.google.com ");
window.open("https://www.google.co.in/#q="+query+" site:docs.google.com ("+formats+")");
}
}
/* eslint-enable */
Expand Down

0 comments on commit 40530d1

Please sign in to comment.