diff options
author | Christoph (Sheogorath) Kern | 2018-05-16 01:59:35 +0200 |
---|---|---|
committer | GitHub | 2018-05-16 01:59:35 +0200 |
commit | 42b0965550cf66fe6244246ff0bbfbd88f93a53e (patch) | |
tree | 17b380f2a2a137c10b3248f79415de7d794579a5 /public/js/lib/common/constant.ejs | |
parent | b8e7c4b97a2a8369c9f1989352dec65867d838ac (diff) | |
parent | ad69c5017b28f333bb5ed9a3ee20d95c92d7c046 (diff) |
Merge pull request #825 from SISheogorath/remove/GoogleDrive
Removing google drive integration
Diffstat (limited to '')
-rw-r--r-- | public/js/lib/common/constant.ejs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/public/js/lib/common/constant.ejs b/public/js/lib/common/constant.ejs index c0963635..a94b815e 100644 --- a/public/js/lib/common/constant.ejs +++ b/public/js/lib/common/constant.ejs @@ -5,6 +5,4 @@ window.version = '<%- version %>' window.allowedUploadMimeTypes = <%- JSON.stringify(allowedUploadMimeTypes) %> -window.GOOGLE_API_KEY = '<%- GOOGLE_API_KEY %>' -window.GOOGLE_CLIENT_ID = '<%- GOOGLE_CLIENT_ID %>' window.DROPBOX_APP_KEY = '<%- DROPBOX_APP_KEY %>' |