From 90528d9c83b74518c0a2293802b93fa03da40345 Mon Sep 17 00:00:00 2001 From: shadlaws Date: Tue, 7 May 2013 18:46:43 +0200 Subject: #2065 - Fix problems with double-ajaxifying of dialogs. Change all jQuery-ui widget _init() functions to _create() functions. --- lib/gallery.dialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/gallery.dialog.js') 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) { -- cgit v1.2.3