Skip to content

Commit

Permalink
Final adjustments for v1.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Jul 10, 2015
1 parent 01cdbd1 commit 45713c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mink-plugin/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mink-plugin/manifest.json
Original file line number Diff line number Diff line change
@@ -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 <me@matkelly.com>",
Expand Down

0 comments on commit 45713c5

Please sign in to comment.