Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Nov 8, 2014
1 parent 19a740b commit 1f3e3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ColorInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function registerAssets()
parent::registerAssets();
return;
}
Html5InputAsset::register($view);
\kartik\base\Html5InputAsset::register($view);
$caption = 'jQuery("#' . $this->options['id'] . '")';
$input = 'jQuery("#' . $this->html5Options['id'] . '")';
$this->pluginOptions['change'] = new JsExpression("function(color){{$caption}.val(color.toString());}");
Expand Down

0 comments on commit 1f3e3dc

Please sign in to comment.