Skip to content

Commit

Permalink
set to develop API for further dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark MacGillivray committed Oct 31, 2016
1 parent 958ce86 commit 951a161
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.2",
"version_name": "oabutton_1.0.2",
"version": "1.0.3",
"version_name": "oabutton_1.0.3",
"manifest_version": 2,
"description": "Push Button. Get Research. Make Progress.",
"icons": {
Expand Down

0 comments on commit 951a161

Please sign in to comment.