Skip to content

Commit

Permalink
cleaned up the bg.html, everything is working
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Munizaga committed Jun 25, 2011
1 parent 2b67b92 commit 355221d
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
*.swp
Binary file modified js/.bg.js.swp
Binary file not shown.
Binary file modified js/.injectShark.js.swp
Binary file not shown.
Binary file modified js/.injectTube.js.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion js/bg.js
Expand Up @@ -35,7 +35,7 @@ chrome.extension.onRequest.addListener(
//findId();
}

if (request.command == 'findActive'){
if (request.gsTab == 'findActive'){
gsTab = sender.tab.id;
console.log('Active GS is ', gsTab);
}
Expand Down
1 change: 1 addition & 0 deletions js/injectTube.js
Expand Up @@ -51,6 +51,7 @@ function realMain(){
//console.log('youDidSomething' + state);
playing = document.getElementById('playing');
playing.innerText= state;
:
}
}

Expand Down

0 comments on commit 355221d

Please sign in to comment.