diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-23 10:50:32 -0700 | 
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-23 10:50:32 -0700 | 
| commit | d3b55622827adbb9d9ab36a9947b45e0d49aec78 (patch) | |
| tree | 70408064af2bddadb857d0f083e5c7b5918cba32 /themes | |
| parent | bdb6b17bf5d3929d6d762bf605f25f944b393e62 (diff) | |
Commit cbba45 accidently attached the gallery_ajax widget to gDialogLinks in the admin default theme. This change corrects it
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/admin_default/js/ui.init.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/themes/admin_default/js/ui.init.js b/themes/admin_default/js/ui.init.js index 1e09fd9f..c6379c09 100644 --- a/themes/admin_default/js/ui.init.js +++ b/themes/admin_default/js/ui.init.js @@ -20,7 +20,7 @@ $(document).ready(function(){    $(".gDialogLink").gallery_dialog();    // Initialize ajax links -  $(".gDialogLink").gallery_ajax(); +  $(".gAjaxLink").gallery_ajax();    // Initialize panels    $(".gPanelLink").gallery_panel(); | 
