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 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'public/views/foot.ejs') 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) { %> + +<% } %> -- cgit v1.2.3