Skip to content

Commit

Permalink
make color field RGB by default
Browse files Browse the repository at this point in the history
  • Loading branch information
maskas committed Sep 11, 2014
1 parent bc2e058 commit bb8a07c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Ip/Internal/Core/assets/ipCore/form/color.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
clearInterval(loadInterval);

$this.find('.ipsColorPicker').spectrum({
preferredFormat: 'RGB',
showInput: true,
cancelText: $this.find('.ipsColorPicker').data('canceltext'),
chooseText: $this.find('.ipsColorPicker').data('confirmtext'),
Expand Down

0 comments on commit bb8a07c

Please sign in to comment.