tbrehm
2010-07-02 c827cefac10ae4163ddf7ebc44a7919c6aff02da
interface/web/js/scrigo.js.php
@@ -105,7 +105,7 @@
      },
      failure: function(o) {
         var parts = o.responseText.split(':');
         alert('Ajax Request was not successful. '+parts[1]);
         alert('Ajax Request was not successful.');
      }
   }
   
@@ -145,7 +145,7 @@
         }
        },
      failure: function(o) {
         alert('Ajax Request was not successful. 1');
         alert('Ajax Request was not successful.');
      }
   }
   
@@ -238,7 +238,10 @@
         if(flag)break;
      }
*/
  document.pageForm.username.focus();
   try {
      document.pageForm.username.focus();
   } catch (e) {
   }
}