diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-08 16:18:33 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-08 16:18:33 -0700 |
commit | e4fb6959aff3d688db9821eadd0d24006c9c77d6 (patch) | |
tree | 204fc3b4f5ef20ce3afd7e11ee4a8f8d6472824e | |
parent | e04675470bc43b8abd792c4c1621e5c0dc61f36a (diff) |
Forgot to save this one before committing the last two times... duh. Completes the conversion from using 1 to true for the immediate paramter to gallery_dialog
-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 dfa61c20..1c243b79 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")) { - $(pane).gallery_dialog({immediate: 1}); + $(pane).gallery_dialog({immediate: true}); } else { img.css("opacity", "0.1"); cont.addClass("gLoadingLarge"); |