diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-08 16:11:28 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-08 16:11:28 -0700 |
commit | aac06342b3a1979f10e1365fe173ebe0a382d173 (patch) | |
tree | 1a02565389c9844b613d0e873e78613f4b7763bd /modules/gallery/js/quick.js | |
parent | 685b1ddf88c8dd7c055c1fb2571060ad1e4f4530 (diff) | |
parent | e04675470bc43b8abd792c4c1621e5c0dc61f36a (diff) |
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/gallery/js/quick.js')
-rw-r--r-- | modules/gallery/js/quick.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/js/quick.js b/modules/gallery/js/quick.js index fda6470f..dfa61c20 100644 --- a/modules/gallery/js/quick.js +++ b/modules/gallery/js/quick.js @@ -46,7 +46,7 @@ var quick_do = function(cont, pane, img) { return false; } if (pane.hasClass("gDialogLink")) { - openDialog(pane); + $(pane).gallery_dialog({immediate: 1}); } else { img.css("opacity", "0.1"); cont.addClass("gLoadingLarge"); |