From 2cc3058a44473a150b1dedeb5257d73859b7acae Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Tue, 1 May 2018 23:12:45 +0200 Subject: Remove Google Upload from UI This temporarily removes the Upload from the UI as it's broken right now. Needs a refactoring and can be added in again later on by undoing this commit. Signed-off-by: Sheogorath --- public/views/hackmd/header.ejs | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'public/views') diff --git a/public/views/hackmd/header.ejs b/public/views/hackmd/header.ejs index e179f171..8fe7f5c9 100644 --- a/public/views/hackmd/header.ejs +++ b/public/views/hackmd/header.ejs @@ -32,13 +32,11 @@
  • <%= __('Slide Mode') %>
  • - <% if((typeof github !== 'undefined' && github) || (typeof dropbox !== 'undefined' && dropbox) || (typeof google !== 'undefined' && google) || (typeof gitlab !== 'undefined' && gitlab && (!gitlab.scope || gitlab.scope === 'api'))) { %> + <% if((typeof github !== 'undefined' && github) || (typeof dropbox !== 'undefined' && dropbox) || (typeof gitlab !== 'undefined' && gitlab && (!gitlab.scope || gitlab.scope === 'api'))) { %>
  • Dropbox
  • -
  • Google Drive -
  • <% if(typeof github !== 'undefined' && github) { %>
  • Gist
  • @@ -52,8 +50,6 @@
  • Dropbox
  • -
  • Google Drive -
  • Gist
  • <% if(typeof gitlab !== 'undefined' && gitlab && (!gitlab.scope || gitlab.scope === 'api')) { %> @@ -143,8 +139,6 @@
  • Dropbox
  • -
  • Google Drive -
  • <% if(typeof github !== 'undefined' && github) { %>
  • Gist
  • @@ -158,8 +152,6 @@
  • Dropbox
  • -
  • Google Drive -
  • Gist
  • <% if(typeof gitlab !== 'undefined' && gitlab && (!gitlab.scope || gitlab.scope === 'api')) { %> -- cgit v1.2.3