diff -r bd5069e1f19a -r c7d737202d59 includes/clientside/static/messagebox.js --- a/includes/clientside/static/messagebox.js Sun Aug 17 23:24:41 2008 -0400 +++ b/includes/clientside/static/messagebox.js Thu Aug 21 08:24:04 2008 -0400 @@ -325,7 +325,8 @@ if ( !aclDisableTransitionFX ) { load_component('flyin'); - load_component('SpryEffects'); + load_component('jquery'); + load_component('jquery-ui'); } var darkener = darken(aclDisableTransitionFX, 40, 'miniprompt_darkener'); @@ -372,8 +373,7 @@ { if ( !aclDisableTransitionFX ) { - // for some reason, spry's pulsate effects takes duration in ms instead of seconds. - (new Spry.Effect.Pulsate(this.miniprompt, { duration: 500, from: '100%', to: '70%' })).start(); + $(this.miniprompt).effect("pulsate", { times: 2 }, 200); } }