diff -r 57ce13805b6f -r 609e35845ec3 includes/clientside/static/sliders.js --- a/includes/clientside/static/sliders.js Sun Dec 21 16:28:00 2008 -0500 +++ b/includes/clientside/static/sliders.js Sun Dec 21 16:41:03 2008 -0500 @@ -70,8 +70,7 @@ continue; toggler.onclick = function() { - load_component('jquery'); - load_component('jquery-ui'); + load_component(['jquery', 'jquery-ui']); var mydiv = this.parentNode.nextSibling; while ( mydiv.tagName != 'DIV' )