diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-08-08 20:39:19 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-08-08 20:39:19 -0600 |
commit | 9fa4e8972596d015d4e4259aabb600c886d6381e (patch) | |
tree | 9f5b84271a209e07aa1667c858c28488e14b054b /themes/default/js/ui.init.js | |
parent | 3a8f1f426294737aac145d15462caa808aef14b1 (diff) |
Fixed typo. Dialog links still broken. Now, wiht more speling!
Diffstat (limited to 'themes/default/js/ui.init.js')
-rw-r--r-- | themes/default/js/ui.init.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/js/ui.init.js b/themes/default/js/ui.init.js index 91d90b45..a8c558c5 100644 --- a/themes/default/js/ui.init.js +++ b/themes/default/js/ui.init.js @@ -123,7 +123,7 @@ $(document).ready(function() { function() { $(this).find("ul").slideDown("fast"); var dialogLinks = $(this).find(".gDialogLink"); - $(dialgoLinks).gallery_dialog(); + $(dialogLinks).gallery_dialog(); }, function() { $(this).find("ul").slideUp("slow"); |