includes/clientside/static/misc.js
changeset 413 6607cd646d6d
parent 407 35d94240a197
child 420 301f546688d1
--- a/includes/clientside/static/misc.js	Mon Feb 11 14:33:49 2008 -0500
+++ b/includes/clientside/static/misc.js	Tue Feb 12 00:37:46 2008 -0500
@@ -397,7 +397,7 @@
 {
   // let's hope this gets the image cached
   var _ = new Image(32, 32); 
-  _.src = scriptPath + "/images/good.gif";
+  _.src = scriptPath + "/images/check.png";
   
   ajaxGet(makeUrlNS('Special', 'Login', 'act=getkey'), function() {
       if ( ajax.readyState == 4 && ajax.status == 200 )
@@ -626,7 +626,7 @@
           case 'success':
             var success_win = '<div align="center" style="text-align: center;"> \
                   <p>' + $lang.get('user_login_success_short') + '</p> \
-                  <p><img alt=" " src="'+scriptPath+'/images/good.gif" /></p> \
+                  <p><img alt=" " src="'+scriptPath+'/images/check.png" /></p> \
                 </div>';
             ajax_auth_mb_cache.updateContent(success_win);
             if ( typeof(ajax_auth_prompt_cache) == 'function' )