add onclick for colorpicker-settings icon in usercss mode

This commit is contained in:
tophf 2017-11-22 02:42:56 +03:00
parent 75da5c50ce
commit 7bae73bcb4

View File

@ -1,4 +1,4 @@
/* global CodeMirror dirtyReporter initLint beautify showKeyMapHelp */
/* global CodeMirror dirtyReporter initLint beautify showKeyMapHelp configureColorpicker */
/* global showToggleStyleHelp goBackToManage updateLintReportIfEnabled */
/* global hotkeyRerouter setupAutocomplete setupOptionsExpand */
/* global editors linterConfig updateLinter regExpTester mozParser */
@ -145,6 +145,7 @@ ${section}
$('#save-button').onclick = save;
$('#beautify').onclick = beautify;
$('#keyMap-help').onclick = showKeyMapHelp;
$('#colorpicker-settings').addEventListener('click', configureColorpicker);
$('#toggle-style-help').onclick = showToggleStyleHelp;
$('#cancel-button').onclick = goBackToManage;