diff -r 57ce13805b6f -r 609e35845ec3 includes/clientside/static/messagebox.js --- a/includes/clientside/static/messagebox.js Sun Dec 21 16:28:00 2008 -0500 +++ b/includes/clientside/static/messagebox.js Sun Dec 21 16:41:03 2008 -0500 @@ -324,9 +324,7 @@ { if ( !aclDisableTransitionFX ) { - load_component('flyin'); - load_component('jquery'); - load_component('jquery-ui'); + load_component(['flyin', 'jquery', 'jquery-ui', 'fadefilter']); } var darkener = darken(aclDisableTransitionFX, 40, 'miniprompt_darkener');