diff -r bd5069e1f19a -r c7d737202d59 install/includes/stages/database_postgresql.php --- a/install/includes/stages/database_postgresql.php Sun Aug 17 23:24:41 2008 -0400 +++ b/install/includes/stages/database_postgresql.php Thu Aug 21 08:24:04 2008 -0400 @@ -233,7 +233,7 @@ if ( !verify() ) { document.body.scrollTop = 0; - new Spry.Effect.Shake('enano-body', {duration: 750}).start(); + $('enano-body').effect('shake', {}, 750); document.getElementById('verify_error').className = 'error-box-mini'; document.getElementById('verify_error').innerHTML = $lang.get('meta_msg_err_verification'); return false;