Changeset 26158
- Timestamp:
- 11/14/2013 05:39:28 AM (10 years ago)
- Location:
- trunk/src/wp-admin/js
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/custom-background.js
r23092 r26158 1 /* global ajaxurl */ 1 2 (function($) { 2 3 $(document).ready(function() { 3 var bgImage = $("#custom-background-image"),4 frame;4 var frame, 5 bgImage = $( '#custom-background-image' ); 5 6 6 7 $('#background-color').wpColorPicker({ -
trunk/src/wp-admin/js/custom-header.js
r23092 r26158 1 /* global isRtl */ 1 2 (function($) { 2 3 var frame;
Note: See TracChangeset
for help on using the changeset viewer.