includes/clientside/static/userpage.js
changeset 779 609e35845ec3
parent 707 7be26f1d1068
child 1227 bdac73ed481e
equal deleted inserted replaced
778:57ce13805b6f 779:609e35845ec3
   104   }
   104   }
   105   else
   105   else
   106   {
   106   {
   107     // DISABLED: see "nofade = true;" above.
   107     // DISABLED: see "nofade = true;" above.
   108     // do this in a slightly fancier fashion
   108     // do this in a slightly fancier fashion
   109     load_component('jquery');
   109     load_component(['jquery', 'jquery-ui']);
   110     load_component('jquery-ui');
       
   111     $('#tab:' + current_block).hide("blind", {}, 500, function()
   110     $('#tab:' + current_block).hide("blind", {}, 500, function()
   112     {
   111     {
   113       $('#tab:' + block).show("blind", {}, 500);
   112       $('#tab:' + block).show("blind", {}, 500);
   114     });
   113     });
   115   }
   114   }