Ticket #25915: custom-background.diff
File custom-background.diff, 567 bytes (added by , 11 years ago) |
---|
-
src/wp-admin/js/custom-background.js
1 /* global ajaxurl */ 1 2 (function($) { 2 3 $(document).ready(function() { 3 var bgImage = $( "#custom-background-image"),4 var bgImage = $('#custom-background-image'), 4 5 frame; 5 6 6 7 $('#background-color').wpColorPicker({ … … 71 72 frame.open(); 72 73 }); 73 74 }); 74 })(jQuery); 75 No newline at end of file 75 })(jQuery);