diff -r 57ce13805b6f -r 609e35845ec3 includes/clientside/static/userpage.js --- a/includes/clientside/static/userpage.js Sun Dec 21 16:28:00 2008 -0500 +++ b/includes/clientside/static/userpage.js Sun Dec 21 16:41:03 2008 -0500 @@ -106,8 +106,7 @@ { // DISABLED: see "nofade = true;" above. // do this in a slightly fancier fashion - load_component('jquery'); - load_component('jquery-ui'); + load_component(['jquery', 'jquery-ui']); $('#tab:' + current_block).hide("blind", {}, 500, function() { $('#tab:' + block).show("blind", {}, 500);