diff options
-rw-r--r-- | lib/gallery.dialog.js | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/lib/gallery.dialog.js b/lib/gallery.dialog.js index 0197682b..80f4f81d 100644 --- a/lib/gallery.dialog.js +++ b/lib/gallery.dialog.js @@ -1,6 +1,3 @@ - - - (function($) { $.widget("ui.gallery_dialog", { _init: function() { @@ -154,11 +151,11 @@ } } }, - error: function(xhr, textStatus, errorThrown) { - $("#g-dialog").html(xhr.responseText); - self._set_title(); - self._layout(); - } + error: function(xhr, textStatus, errorThrown) { + $("#g-dialog").html(xhr.responseText); + self._set_title(); + self._layout(); + } }); }, |