From 907eee620366a216cc1f9709d12a98fbc5a90121 Mon Sep 17 00:00:00 2001 From: terrycojones Date: Thu, 30 Aug 2012 15:38:16 -0400 Subject: [PATCH] Revert to https fluiddb access. --- background.js | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background.js b/background.js index 42e018d..ca45e33 100644 --- a/background.js +++ b/background.js @@ -24,7 +24,7 @@ var settings = new Store('settings', { sidebarWidth: 300 }); -var anonFluidinfoAPI = fluidinfo({instance: 'http://' + fluidDBHost + '/'}); +var anonFluidinfoAPI = fluidinfo({instance: 'https://' + fluidDBHost + '/'}); var absoluteHref = function(linkURL, docURL){ /* diff --git a/manifest.json b/manifest.json index b037489..3fbcd2b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "loveme.do", - "version": "2.0.24", + "version": "2.0.25", "description": "Provides a sidebar to comment on the page you're on or the text you've selected.", "omnibox": { "keyword" : "lmd" }, "background_page": "background.html",