Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Commit

Permalink
Remove first run code because couldn't get it working
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhui committed Nov 1, 2011
1 parent bcc9d24 commit 7433df1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 0 additions & 5 deletions chrome/content/browser/browser.js
Expand Up @@ -3,11 +3,6 @@ PutIO.BrowserOverlay = {
init : function(aEvent) {
PutIO.UI.init();
PutIO.Preferences.init();

// check for first run
if (!Application.prefs.getValue(firstRunDone)) {
Application.prefs.setValue(firstRunDone, true);
}
},

saveLink : function() {
Expand Down
5 changes: 2 additions & 3 deletions defaults/preferences/putio.js
@@ -1,3 +1,2 @@
pref("extensions.putio.firstRunDone", false);
pref("extensions.putio.apiKey", "");
pref("extensions.putio.apiSecret", "");
pref("extensions.putio.apiKey", "");
pref("extensions.putio.apiSecret", "");

0 comments on commit 7433df1

Please sign in to comment.