install/includes/stages/database_postgresql.php
changeset 699 c7d737202d59
parent 685 17ebe24cdf85
child 801 eb8b23f11744
--- 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;