Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed license check & license check page #2

Merged
merged 1 commit into from
Oct 12, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion background.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ storage_set = function(key, value) {
if (!SAFARI) {
// Open options on button click.
chrome.browserAction.onClicked.addListener(function() {
var page = chrome.extension.getURL("options/index.html");
var page = chrome.extension.getURL("options/general.html");
chrome.tabs.query({url:page}, function(results) {
if (results.length > 0)
chrome.tabs.update(results[0].id, {active:true, url:page});
Expand Down
78 changes: 0 additions & 78 deletions license/check.js

This file was deleted.

48 changes: 0 additions & 48 deletions license/setup.html

This file was deleted.

54 changes: 0 additions & 54 deletions license/setup1.js

This file was deleted.

3 changes: 1 addition & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@
"scripts": [
"port.js",
"jquery.min.js",
"license/check.js",
"channels.js",
"background.js"
]
},
"options_page": "options/index.html",
"options_page": "options/general.html",
"minimum_chrome_version": "17",
"incognito": "spanning",
"browser_action": {
Expand Down
2 changes: 1 addition & 1 deletion options/general.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1>CatBlock Options</h1>
<br/>
</div>

<script src="general1.js"></script>
<script src="general.js"></script>

<!--
<hr/>
Expand Down
File renamed without changes.
17 changes: 0 additions & 17 deletions options/index.html

This file was deleted.

5 changes: 0 additions & 5 deletions options/index1.js

This file was deleted.