From a70ebf77620d6c5651e092cc4998c416161746cf Mon Sep 17 00:00:00 2001 From: Cheng-Han, Wu Date: Sun, 15 May 2016 10:54:24 +0800 Subject: Update to move dropbox app key setting to common.js and will auto load client-side related scripts --- public/views/header.ejs | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'public/views/header.ejs') diff --git a/public/views/header.ejs b/public/views/header.ejs index 1092a2d1..f45d6311 100644 --- a/public/views/header.ejs +++ b/public/views/header.ejs @@ -33,31 +33,21 @@
  • Slide Mode
  • - <% if((googleDrive == "true") || (typeof dropbox !== 'undefined' && dropbox) || (typeof github !== 'undefined' && github)) { %> - <% if(typeof dropbox !== 'undefined' && dropbox) { %>
  • Dropbox
  • - <% } %> - <% if(googleDrive == "true") { %>
  • Google Drive
  • - <% } %> <% if(typeof github !== 'undefined' && github) { %>
  • Gist
  • <% } %>
  • - <% } %> - <% if(typeof dropbox !== 'undefined' && dropbox) { %>
  • Dropbox
  • - <% } %> - <% if(googleDrive == "true") { %>
  • Google Drive
  • - <% } %>
  • Gist
  • Clipboard @@ -128,31 +118,21 @@
  • Slide Mode
  • - <% if((googleDrive == "true") || (typeof dropbox !== 'undefined' && dropbox) || (typeof github !== 'undefined' && github)) { %> - <% if(typeof dropbox !== 'undefined' && dropbox) { %>
  • Dropbox
  • - <% } %> - <% if(googleDrive == "true") { %>
  • Google Drive
  • - <% } %> <% if(typeof github !== 'undefined' && github) { %>
  • Gist
  • <% } %>
  • - <% } %> - <% if(typeof dropbox !== 'undefined' && dropbox) { %>
  • Dropbox
  • - <% } %> - <% if(googleDrive == "true") { %>
  • Google Drive
  • - <% } %>
  • Gist
  • Clipboard -- cgit v1.2.3