includes/clientside/static/userpage.js
changeset 779 609e35845ec3
parent 707 7be26f1d1068
child 1227 bdac73ed481e
--- 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);