Skip to content

Commit

Permalink
Fault xwp#21
Browse files Browse the repository at this point in the history
  • Loading branch information
fnakstad committed Jan 19, 2014
1 parent 4ff2026 commit ef2cdb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget-customizer.js
Expand Up @@ -532,7 +532,7 @@ var WidgetCustomizer = (function ($) {
}
data += '&' + $.param( params );

var jqxhr = $.post( wp.ajax.settings.url, data, function (r) {
var jqxhr = $.get( wp.ajax.settings.url, data, function (r) {
if ( r.success ) {
control.container.find( '.widget-content' ).html( r.data.form );

Expand Down

0 comments on commit ef2cdb2

Please sign in to comment.