Linked index.html to Google+ account
This commit is contained in:
parent
f2fa1e8627
commit
d83294aab2
@ -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:
*
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
inkscape:version="0.48.4 r9939"
|
inkscape:version="0.48.4 r9939"
|
||||||
sodipodi:docname="stackedit-promo.svg"
|
sodipodi:docname="stackedit-promo.svg"
|
||||||
inkscape:export-filename="C:\Documents and Settings\g550003\Mes documents\Mes images\stackedit-promo.png"
|
inkscape:export-filename="C:\Documents and Settings\g550003\Mes documents\Mes images\stackedit-promo.png"
|
||||||
inkscape:export-xdpi="103.5"
|
inkscape:export-xdpi="27"
|
||||||
inkscape:export-ydpi="103.5">
|
inkscape:export-ydpi="27">
|
||||||
<defs
|
<defs
|
||||||
id="defs4" />
|
id="defs4" />
|
||||||
<sodipodi:namedview
|
<sodipodi:namedview
|
||||||
@ -54,7 +54,7 @@
|
|||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title />
|
<dc:title></dc:title>
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
@ -15,9 +15,9 @@
|
|||||||
version="1.1"
|
version="1.1"
|
||||||
inkscape:version="0.48.4 r9939"
|
inkscape:version="0.48.4 r9939"
|
||||||
sodipodi:docname="stackedit.svg"
|
sodipodi:docname="stackedit.svg"
|
||||||
inkscape:export-filename="C:\Documents and Settings\g550003\Mes documents\Mes images\stackedit-128.png"
|
inkscape:export-filename="C:\Documents and Settings\g550003\Mes documents\Mes images\stackedit-96.png"
|
||||||
inkscape:export-xdpi="360"
|
inkscape:export-xdpi="270"
|
||||||
inkscape:export-ydpi="360">
|
inkscape:export-ydpi="270">
|
||||||
<defs
|
<defs
|
||||||
id="defs4" />
|
id="defs4" />
|
||||||
<sodipodi:namedview
|
<sodipodi:namedview
|
||||||
@ -54,7 +54,7 @@
|
|||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title />
|
<dc:title></dc:title>
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
@ -596,7 +596,7 @@
|
|||||||
</dd>
|
</dd>
|
||||||
<dd>
|
<dd>
|
||||||
<a target="_blank"
|
<a target="_blank"
|
||||||
href="https://plus.google.com/b/110816046787593496375/110816046787593496375">Follow
|
href="https://plus.google.com/110816046787593496375" rel="publisher">Follow
|
||||||
on Google+</a>
|
on Google+</a>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
@ -100,7 +100,7 @@ define(["jquery", "core", "async-runner"], function($, core, asyncRunner) {
|
|||||||
var headers = { 'Content-Type' : 'multipart/mixed; boundary="'
|
var headers = { 'Content-Type' : 'multipart/mixed; boundary="'
|
||||||
+ boundary + '"', };
|
+ boundary + '"', };
|
||||||
if(etag !== undefined) {
|
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;
|
//headers["If-Match"] = etag;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user