Prepare deployment

This commit is contained in:
benweet 2013-06-02 01:53:51 +01:00
parent c80850be0e
commit cc36894da7
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
CACHE MANIFEST CACHE MANIFEST
# Sun Jun 2 01:40:19 GMT 2013 # Sun Jun 2 01:53:51 GMT 2013
CACHE: CACHE:
index.html index.html

2
js/main-min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -63,7 +63,7 @@ define([
gdriveProvider.importFiles = function() { gdriveProvider.importFiles = function() {
googleHelper.picker(function(error, docs) { googleHelper.picker(function(error, docs) {
if(error || ids.length === 0) { if(error || docs.length === 0) {
return; return;
} }
var importIds = []; var importIds = [];