Linked index.html to Google+ account

This commit is contained in:
benweet 2013-05-05 00:49:26 +01:00
parent f2fa1e8627
commit d83294aab2
5 changed files with 10 additions and 10 deletions

View File

@ -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: *

View File

@ -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">
<defs
id="defs4" />
<sodipodi:namedview
@ -54,7 +54,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -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">
<defs
id="defs4" />
<sodipodi:namedview
@ -54,7 +54,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -596,7 +596,7 @@
</dd>
<dd>
<a target="_blank"
href="https://plus.google.com/b/110816046787593496375/110816046787593496375">Follow
href="https://plus.google.com/110816046787593496375" rel="publisher">Follow
on Google+</a>
</dd>
</dl>

View File

@ -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;
}