From 951a161f3b92378d8c767510aac2f170169bf705 Mon Sep 17 00:00:00 2001 From: Mark MacGillivray Date: Mon, 31 Oct 2016 11:30:09 +0000 Subject: [PATCH] set to develop API for further dev --- js/oab.js | 6 +++--- manifest.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/js/oab.js b/js/oab.js index 5ab0147..489456b 100644 --- a/js/oab.js +++ b/js/oab.js @@ -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', diff --git a/manifest.json b/manifest.json index 834fb10..ec2d0b6 100644 --- a/manifest.json +++ b/manifest.json @@ -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": {