summaryrefslogtreecommitdiff
path: root/lib/gallery.panel.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gallery.panel.js')
-rw-r--r--lib/gallery.panel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gallery.panel.js b/lib/gallery.panel.js
index e219f3d6..aee7185d 100644
--- a/lib/gallery.panel.js
+++ b/lib/gallery.panel.js
@@ -80,7 +80,7 @@
},
success: function(data) {
if (data.form) {
- $("#g-panel td form").replaceWith(data.form);
+ $("#g-panel td").html(data.form);
self._ajaxify_panel();
}
if (data.result == "success") {