From 01f824567b380be5c5be8889e22093b2867bdead Mon Sep 17 00:00:00 2001 From: benweet Date: Mon, 1 Apr 2013 17:46:48 +0100 Subject: [PATCH] Add down synchronization --- cache.manifest | 2 +- css/main.css | 7 ++ index.html | 4 + js/gdrive.js | 98 +++++++++--------- js/main.js | 245 +++++++++------------------------------------ js/synchronizer.js | 189 ++++++++++++++++++++++++++++++++++ 6 files changed, 296 insertions(+), 249 deletions(-) create mode 100644 js/synchronizer.js diff --git a/cache.manifest b/cache.manifest index 4bb14d3a..39b99cfd 100644 --- a/cache.manifest +++ b/cache.manifest @@ -1 +1 @@ -CACHE MANIFEST # v5 CACHE: index.html css/bootstrap.css css/jgrowl.css css/main.css js/async-runner.js js/base64.js js/bootstrap.js js/gdrive.js js/jquery.jgrowl.js js/jquery.js js/jquery.layout.js js/jquery-ui.custom.js js/main.js js/Markdown.Converter.js js/Markdown.Editor.js js/Markdown.Sanitizer.js img/ajax-loader.gif img/gdrive.png img/glyphicons-halflings.png img/glyphicons-halflings-white.png img/stackedit-16.png img/stackedit-32.ico NETWORK: * \ No newline at end of file +CACHE MANIFEST # v5 CACHE: index.html css/bootstrap.css css/jgrowl.css css/main.css js/async-runner.js js/base64.js js/bootstrap.js js/gdrive.js js/jquery.jgrowl.js js/jquery.js js/jquery.layout.js js/jquery-ui.custom.js js/main.js js/Markdown.Converter.js js/Markdown.Editor.js js/Markdown.Sanitizer.js js/synchronizer.js img/ajax-loader.gif img/gdrive.png img/glyphicons-halflings.png img/glyphicons-halflings-white.png img/stackedit-16.png img/stackedit-32.ico NETWORK: * \ No newline at end of file diff --git a/css/main.css b/css/main.css index de13f9ff..ed90d78d 100644 --- a/css/main.css +++ b/css/main.css @@ -211,6 +211,13 @@ hr { background-position: 0 0; } +.icon-dropbox { + background-image: url("../img/dropbox.png") !important; + width: 16px; + height: 16px; + background-position: 0 0; +} + .icon-spinner { background-image: url("../img/ajax-loader.gif"); width: 43px; diff --git a/index.html b/index.html index f9b84d49..3a13c183 100644 --- a/index.html +++ b/index.html @@ -22,6 +22,7 @@ +