Skip to content

Commit

Permalink
Fault xwp#22
Browse files Browse the repository at this point in the history
  • Loading branch information
fnakstad committed Jan 19, 2014
1 parent 4ff2026 commit c0c30f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget-customizer.js
Expand Up @@ -173,7 +173,7 @@ var WidgetCustomizer = (function ($) {
if ( widget_form_control.params.sidebar_id !== control.params.sidebar_id ) {
must_refresh_preview = true;
}
widget_form_control.params.sidebar_id = control.params.sidebar_id;
widget_form_cntrl.params.sidebar_id = control.params.sidebar_id;
} );

// Delete any widget form controls for removed widgets
Expand Down

0 comments on commit c0c30f7

Please sign in to comment.