Files
profile/assets/js/admin/app.js

7 lines
190 B
JavaScript
Raw Normal View History

2025-07-09 21:21:17 +03:00
jQuery(document).ready(function(){
jQuery(function() {
if (jQuery('.color-picker').length !== 0){
jQuery('.color-picker').wpColorPicker();
}
});
});