From ce6e4b083899cff57233730390c4629063d4f29b Mon Sep 17 00:00:00 2001 From: ClemDee Date: Thu, 8 Aug 2019 14:46:28 +0200 Subject: [PATCH] Remove useless code --- www/settings/inner.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/settings/inner.js b/www/settings/inner.js index 73b48f871..e8e22a027 100644 --- a/www/settings/inner.js +++ b/www/settings/inner.js @@ -1206,7 +1206,6 @@ define([ $spinner.hide(); $ok.show(); }); - $colorPicker.css('bakcground-color', val); }; // jscolor picker @@ -1219,7 +1218,6 @@ define([ common.getAttribute(['general', 'cursor', 'color'], function (e, val) { if (e) { return void console.error(e); } val = val || "#000"; - $colorPicker.css('bakcground-color', val); jscolorL.fromString(val); });