mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Cleanup [27892].
git-svn-id: https://develop.svn.wordpress.org/trunk@27893 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -931,13 +931,11 @@ var WidgetCustomizer = ( function ($) {
|
||||
// Highlight whenever hovering or clicking over the form
|
||||
control.container.on( 'mouseenter click', function () {
|
||||
control.setting.previewer.send( 'highlight-widget', control.params.widget_id );
|
||||
//control.highlightPreviewWidget();
|
||||
} );
|
||||
|
||||
// Highlight when the setting is updated
|
||||
control.setting.bind( function () {
|
||||
control.setting.previewer.send( 'highlight-widget', control.params.widget_id );
|
||||
//control.highlightPreviewWidget();
|
||||
} );
|
||||
|
||||
// Highlight when the widget form is expanded
|
||||
|
||||
Reference in New Issue
Block a user