Sha256: 7bfadfb0255e47458fe51e91e7d8ba006a707c3e56612229673d9ff6793047a6
Contents?: true
Size: 360 Bytes
Versions: 7
Compression:
Stored size: 360 Bytes
Contents
var initializer = function() { setupColorPicker(); $(document).on('has_many_add:after', setupColorPicker); function setupColorPicker() { $('.color-picker-input').each(function(i, el) { $(el).paletteColorPicker({ 'clear_btn': 'last', }); }); } }; $(initializer); $(document).on('turbolinks:load turbo:load', initializer);
Version data entries
7 entries across 7 versions & 1 rubygems