Changeset 27893
- Timestamp:
- 04/01/2014 03:29:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/customize-widgets.js
r27892 r27893 932 932 control.container.on( 'mouseenter click', function () { 933 933 control.setting.previewer.send( 'highlight-widget', control.params.widget_id ); 934 //control.highlightPreviewWidget();935 934 } ); 936 935 … … 938 937 control.setting.bind( function () { 939 938 control.setting.previewer.send( 'highlight-widget', control.params.widget_id ); 940 //control.highlightPreviewWidget();941 939 } ); 942 940
Note: See TracChangeset
for help on using the changeset viewer.