Skip to content
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NIX committed Mar 28, 2014
1 parent 5234e7a commit a70a7ba
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Google Chrome Extension/js/background.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
DB_load(function() {
/*
My Youtube (Google Chrome) background.js file
Last update 3/24/2014
This is the brain file of the extension
it is akin to main.js in firefox extensions
*/
DB_load(function() {
//first install
if (ExtensionData.isNewInstall) {
getYoutuber('ZgwLCu6tSLEUJ30METhJHg').done(function(response) {
Expand Down

0 comments on commit a70a7ba

Please sign in to comment.