Sha256: 743c8a34902da381b6c2affd6756d6e71dfa7f7a98bb12ea30592fb94c66426e
Contents?: true
Size: 554 Bytes
Versions: 1
Compression:
Stored size: 554 Bytes
Contents
// Color picker // ----------------------------------- (function(window, document, $, undefined){ $(function(){ if(!$.fn.colorpicker) return; $('.demo-colorpicker').colorpicker(); $('#demo_selectors').colorpicker({ colorSelectors: { 'default': '#777777', 'primary': APP_COLORS['primary'], 'success': APP_COLORS['success'], 'info': APP_COLORS['info'], 'warning': APP_COLORS['warning'], 'danger': APP_COLORS['danger'] } }); }); })(window, document, window.jQuery);
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radius-rails-3.1.4 | app/assets/javascripts/radius-theme/modules/color-picker.js |