From d7648e9ceaedf425d344292c77692ad67993a99f Mon Sep 17 00:00:00 2001 From: Jannik Lorenz Date: Sat, 23 Apr 2016 12:58:24 +0200 Subject: Hide Dropbox and Google Drive in Import/ Export when disabled --- public/views/foot.ejs | 8 +++++++- public/views/header.ejs | 24 ++++++++++++++++++++++-- 2 files changed, 29 insertions(+), 3 deletions(-) (limited to 'public') diff --git a/public/views/foot.ejs b/public/views/foot.ejs index 9cd4ba03..15eff6e1 100644 --- a/public/views/foot.ejs +++ b/public/views/foot.ejs @@ -71,8 +71,12 @@ +<% if(dropbox) { %> +<% } %> +<% if(googleDrive) { %> +<% } %> @@ -81,4 +85,6 @@ - \ No newline at end of file +<% if(googleDrive) { %> + +<% } %> diff --git a/public/views/header.ejs b/public/views/header.ejs index 8172a47e..aeadb043 100644 --- a/public/views/header.ejs +++ b/public/views/header.ejs @@ -1,7 +1,7 @@ -
\ No newline at end of file +
-- cgit v1.2.3