abrain/einsatzverwaltung

View on GitHub
src/js/einsatzverwaltung-admin.js

Summary

Maintainability
A
0 mins
Test Coverage
jQuery(function () {
    // Initialize color pickers
    if (typeof jQuery.fn.wpColorPicker === 'function') {
        jQuery('input.einsatzverwaltung-color-picker').wpColorPicker();
    }
});