add files
This commit is contained in:
7
assets/js/admin/app.js
Normal file
7
assets/js/admin/app.js
Normal file
@@ -0,0 +1,7 @@
|
||||
jQuery(document).ready(function(){
|
||||
jQuery(function() {
|
||||
if (jQuery('.color-picker').length !== 0){
|
||||
jQuery('.color-picker').wpColorPicker();
|
||||
}
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user