mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-04 14:11:01 -04:00
Correct the name of the JSON member that contains the form data.
This commit is contained in:
committed by
Bharat Mediratta
parent
09dfe1a91b
commit
0cca2fdf9b
@@ -131,7 +131,7 @@
|
||||
},
|
||||
success: function(data) {
|
||||
if (data.form) {
|
||||
var formData = unescape(data.content);
|
||||
var formData = unescape(data.form);
|
||||
$("#g-dialog form").replaceWith(formData);
|
||||
$("#g-dialog").dialog("option", "position", "center");
|
||||
$("#g-dialog form :submit").removeClass("ui-state-disabled")
|
||||
|
||||
Reference in New Issue
Block a user