Files
profile/assets/js/admin/app.js
Andrey Kuvshinov 8fc8cbae32 add files
2025-07-09 21:21:17 +03:00

7 lines
190 B
JavaScript

jQuery(document).ready(function(){
jQuery(function() {
if (jQuery('.color-picker').length !== 0){
jQuery('.color-picker').wpColorPicker();
}
});
});