Skip to content

Commit

Permalink
open tab with index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
iamchucky committed May 25, 2015
1 parent d90c7e7 commit 7e1b512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion background.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ chrome.app.runtime.onLaunched.addListener(function() {

} else { // if not in or false, this is the default
chrome.browser.openTab({
url: 'http://iamchucky.github.io/PttChrome/'
url: 'http://iamchucky.github.io/PttChrome/index.html'
});
}
});
Expand Down

0 comments on commit 7e1b512

Please sign in to comment.