Skip to content

Commit

Permalink
Initial setup hiccups
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhall committed Apr 23, 2015
1 parent e476382 commit c9916d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,9 @@ var easycopy = {

runFirstTime: function()
{
console.log('Running initial setup...')
GM_setValue('run', true);
console.log('Defaulting link box display to true');
GM_setValue('showLinkBox', true);
}
}

0 comments on commit c9916d8

Please sign in to comment.