Skip to content

Commit a2855f3

Browse files
committed
Fault xwp#13
1 parent 4ff2026 commit a2855f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widget-customizer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ var WidgetCustomizer = (function ($) {
637637
updateInWidgetTitle: function () {
638638
var control = this;
639639
var title = control.setting().title;
640-
var in_widget_title = control.container.find('.in-widget-title');
640+
var in_widget_title = control.container.find('.in-widget-titlee');
641641
if ( title ) {
642642
in_widget_title.text( ': ' + title );
643643
}

0 commit comments

Comments
 (0)