We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d6b9b commit ad081b9Copy full SHA for ad081b9
src/services/Utility/View/bForm.php
@@ -266,6 +266,7 @@ public function setColorRequirements()
266
static $exists = false;
267
268
if (!$exists) {
269
+ $this->addToSection('css', HTML::style('vendor/bootstrap-colorpicker/css/bootstrap-colorpicker.css'));
270
$this->addToSection('jsInclude', HTML::script('vendor/bootstrap-colorpicker/js/bootstrap-colorpicker.js'));
271
$this->addToSection('onReadyJs', '
272
$(\'.colorpicker\').colorpicker().on(\'changeColor\', function(ev){
0 commit comments