Skip to content

Commit

Permalink
the latest dev branch post-1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark MacGillivray committed Oct 27, 2016
1 parent 7576264 commit 6451b49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions js/oab.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

var oab = {

debug : false, // this puts the button in debug mode, issues debug warnings
debug : true, // this puts the button in debug mode, issues debug warnings

bookmarklet : false, // this lib is also used by a bookmarklet, which sets this to change plugin type

api_address : /*'https://dev.api.cottagelabs.com/service/oab', //*/ 'https://api.openaccessbutton.org',
api_address : 'https://dev.api.cottagelabs.com/service/oab', // 'https://api.openaccessbutton.org',

site_address : /*'http://oab.test.cottagelabs.com', //*/ 'https://openaccessbutton.org',
site_address : 'http://oab.test.cottagelabs.com', // 'https://openaccessbutton.org',

howto_address : '/instructions',

Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Open Access Button",
"version": "1.0.0",
"version_name": "oabutton_1.0.0",
"version": "1.0.1",
"version_name": "oabutton_1.0.1",
"manifest_version": 2,
"description": "Push Button. Get Research. Make Progress.",
"icons": {
Expand Down

0 comments on commit 6451b49

Please sign in to comment.