jquery_scrollup-8.x-1.0/js/jquery_scrollup.admin.js
js/jquery_scrollup.admin.js
(function ($) {
Drupal.behaviors.jquery_scrollup_admin = {
attach: function(context) {
$(document).ready(function() {
$("#edit-buttoncolor-farbtastic").farbtastic("#edit-buttoncolor");
$("#edit-buttoncolorhover-farbtastic").farbtastic("#edit-buttoncolorhover");
$("#edit-buttonbgcolor-farbtastic").farbtastic("#edit-buttonbgcolor");
$("#edit-buttonbgcolorhover-farbtastic").farbtastic("#edit-buttonbgcolorhover");
});
}
};
})(jQuery);
