diff options
author | shadlaws <shad@shadlaws.com> | 2013-05-07 18:46:43 +0200 |
---|---|---|
committer | shadlaws <shad@shadlaws.com> | 2013-05-07 18:46:43 +0200 |
commit | 90528d9c83b74518c0a2293802b93fa03da40345 (patch) | |
tree | 266f67f2c6617aafa3b5f92ee56db9530f9520f3 /lib/gallery.dialog.js | |
parent | 269927b27c7ea25193c4da29db17539eb3d92d50 (diff) |
#2065 - Fix problems with double-ajaxifying of dialogs.
Change all jQuery-ui widget _init() functions to _create() functions.
Diffstat (limited to 'lib/gallery.dialog.js')
-rw-r--r-- | lib/gallery.dialog.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gallery.dialog.js b/lib/gallery.dialog.js index 1c810171..6b4cd68d 100644 --- a/lib/gallery.dialog.js +++ b/lib/gallery.dialog.js @@ -7,7 +7,7 @@ resizable: false, position: "center" }, - _init: function() { + _create: function() { var self = this; if (!self.options.immediate) { this.element.click(function(event) { |