Upgdate the profile to use the new medal image handler
[platal.git] / htdocs / javascript / ajax.js
index a839afc..2d67102 100644 (file)
@@ -103,7 +103,7 @@ function _showTempMessage(id, state, back)
     var obj = document.getElementById(id);
     if (currentTempMessage != state) {
         return;
-    }   
+    }
     setOpacity(obj, back * 4);
     if (back > 0) {
         setTimeout("_showTempMessage('" + id + "', " + currentTempMessage + "," + (back-1) + ")", 125);