From 867df1db5682d029cc68f0a179f956ad785b9876 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 30 Oct 2017 16:24:41 +0100 Subject: [PATCH] fix '+New' button in drive toolbar --- www/drive/inner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/drive/inner.js b/www/drive/inner.js index 5bcc70f45..864b2038d 100644 --- a/www/drive/inner.js +++ b/www/drive/inner.js @@ -1518,7 +1518,7 @@ define([ if (isInRoot) { options.push({ tag: 'a', - attributes: {'class': 'cp-app-drive-new-older'}, + attributes: {'class': 'cp-app-drive-new-folder'}, content: $('
').append($folderIcon.clone()).html() + Messages.fm_folder }); options.push({tag: 'hr'});