From 8ef27dca08e61c2bbd50b69ebf9958de63f4eea8 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 11 Sep 2017 12:25:23 +0200 Subject: [PATCH] Lint --- www/drive/file.less | 1 - www/pad/inner.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/www/drive/file.less b/www/drive/file.less index 5372c37f5..46aadaf77 100644 --- a/www/drive/file.less +++ b/www/drive/file.less @@ -134,7 +134,6 @@ li { } .selected { - border: 1px dotted #bbb; background: #666 !important; color: #eee; margin: -1px; diff --git a/www/pad/inner.js b/www/pad/inner.js index 53cd94155..c1d4d17de 100644 --- a/www/pad/inner.js +++ b/www/pad/inner.js @@ -548,7 +548,7 @@ define([ // Expand / collapse the toolbar var $collapse = common.createButton(null, true); $collapse.removeClass('fa-question'); - var updateIcon = function (isVisible, force) { + var updateIcon = function (isVisible) { $collapse.removeClass('fa-caret-down').removeClass('fa-caret-up'); if (!isVisible) { if (!initializing) { common.feedback('HIDETOOLBAR_PAD'); }