add onclick for colorpicker-settings icon in usercss mode
This commit is contained in:
parent
75da5c50ce
commit
7bae73bcb4
|
@ -1,4 +1,4 @@
|
||||||
/* global CodeMirror dirtyReporter initLint beautify showKeyMapHelp */
|
/* global CodeMirror dirtyReporter initLint beautify showKeyMapHelp configureColorpicker */
|
||||||
/* global showToggleStyleHelp goBackToManage updateLintReportIfEnabled */
|
/* global showToggleStyleHelp goBackToManage updateLintReportIfEnabled */
|
||||||
/* global hotkeyRerouter setupAutocomplete setupOptionsExpand */
|
/* global hotkeyRerouter setupAutocomplete setupOptionsExpand */
|
||||||
/* global editors linterConfig updateLinter regExpTester mozParser */
|
/* global editors linterConfig updateLinter regExpTester mozParser */
|
||||||
|
@ -145,6 +145,7 @@ ${section}
|
||||||
$('#save-button').onclick = save;
|
$('#save-button').onclick = save;
|
||||||
$('#beautify').onclick = beautify;
|
$('#beautify').onclick = beautify;
|
||||||
$('#keyMap-help').onclick = showKeyMapHelp;
|
$('#keyMap-help').onclick = showKeyMapHelp;
|
||||||
|
$('#colorpicker-settings').addEventListener('click', configureColorpicker);
|
||||||
$('#toggle-style-help').onclick = showToggleStyleHelp;
|
$('#toggle-style-help').onclick = showToggleStyleHelp;
|
||||||
$('#cancel-button').onclick = goBackToManage;
|
$('#cancel-button').onclick = goBackToManage;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user