diff --git a/mink-plugin/content.js b/mink-plugin/content.js index b0da917..6438adf 100644 --- a/mink-plugin/content.js +++ b/mink-plugin/content.js @@ -383,7 +383,7 @@ function getMementosWithTimemap(uri,alreadyAcquiredTimemaps,stopAtOneTimemap,tim if(timemaploc.indexOf("https://") > -1){ //the target URI is secure and we can't have cross-scheme calls for JS //timemaploc = "https"+timemaploc.substr(4); - console.log("in https conditional"); + console.warn("Mink still has issues with Cross-scheme querying (this is an https site)."); chrome.runtime.sendMessage({ method: "getMementosForHTTPSSource", value: timemaploc diff --git a/mink-plugin/manifest.json b/mink-plugin/manifest.json index 70b24d6..e31c72d 100755 --- a/mink-plugin/manifest.json +++ b/mink-plugin/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Mink", - "version": "1.1.0.1", + "version": "1.2", "description": "Integrating the Live and Archived Web Viewing Experience Using Memento", "homepage_url": "http://matkelly.com/mink", "author": "Mat Kelly ",