From d83294aab283b378ebcd4b81caa57cf569b59797 Mon Sep 17 00:00:00 2001 From: benweet Date: Sun, 5 May 2013 00:49:26 +0100 Subject: [PATCH] Linked index.html to Google+ account --- cache.manifest | 2 +- img/stackedit-promo.svg | 6 +++--- img/stackedit.svg | 8 ++++---- index.html | 2 +- js/google-helper.js | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cache.manifest b/cache.manifest index e74b89a4..fa3dd1fc 100644 --- a/cache.manifest +++ b/cache.manifest @@ -1 +1 @@ -CACHE MANIFEST # v23 CACHE: index.html viewer.html css/main-min.css js/main-min.js js/require.js img/ajax-loader.gif img/glyphicons-halflings.png img/glyphicons-halflings-white.png img/icons.png img/stackedit-32.ico img/stackedit-promo.png NETWORK: * +CACHE MANIFEST # v24 CACHE: index.html viewer.html css/main-min.css js/main-min.js js/require.js img/ajax-loader.gif img/glyphicons-halflings.png img/glyphicons-halflings-white.png img/icons.png img/stackedit-32.ico img/stackedit-promo.png NETWORK: * diff --git a/img/stackedit-promo.svg b/img/stackedit-promo.svg index cff19f6b..a790ccc6 100644 --- a/img/stackedit-promo.svg +++ b/img/stackedit-promo.svg @@ -16,8 +16,8 @@ inkscape:version="0.48.4 r9939" sodipodi:docname="stackedit-promo.svg" inkscape:export-filename="C:\Documents and Settings\g550003\Mes documents\Mes images\stackedit-promo.png" - inkscape:export-xdpi="103.5" - inkscape:export-ydpi="103.5"> + inkscape:export-xdpi="27" + inkscape:export-ydpi="27"> image/svg+xml - + diff --git a/img/stackedit.svg b/img/stackedit.svg index dc8a88e0..97f08bc9 100644 --- a/img/stackedit.svg +++ b/img/stackedit.svg @@ -15,9 +15,9 @@ version="1.1" inkscape:version="0.48.4 r9939" sodipodi:docname="stackedit.svg" - inkscape:export-filename="C:\Documents and Settings\g550003\Mes documents\Mes images\stackedit-128.png" - inkscape:export-xdpi="360" - inkscape:export-ydpi="360"> + inkscape:export-filename="C:\Documents and Settings\g550003\Mes documents\Mes images\stackedit-96.png" + inkscape:export-xdpi="270" + inkscape:export-ydpi="270"> image/svg+xml - + diff --git a/index.html b/index.html index 03763d7b..11e25abe 100644 --- a/index.html +++ b/index.html @@ -596,7 +596,7 @@
Follow + href="https://plus.google.com/110816046787593496375" rel="publisher">Follow on Google+
diff --git a/js/google-helper.js b/js/google-helper.js index 554f9558..1d5fd985 100644 --- a/js/google-helper.js +++ b/js/google-helper.js @@ -100,7 +100,7 @@ define(["jquery", "core", "async-runner"], function($, core, asyncRunner) { var headers = { 'Content-Type' : 'multipart/mixed; boundary="' + boundary + '"', }; if(etag !== undefined) { - // Sometimes we have error 512 from Google even with the correct etag + // Sometimes we have error 412 from Google even with the correct etag //headers["If-Match"] = etag; }