--- a/includes/clientside/static/fat.js Sun Mar 28 21:49:26 2010 -0400
+++ b/includes/clientside/static/fat.js Sun Mar 28 23:10:46 2010 -0400
@@ -21,7 +21,7 @@
if (r)
{
if (!r[1]) r[1] = "";
- if (!o.id) o.id = 'autofat_'+Math.floor(Math.random() * 100000);
+ if (!o.id) o.id = 'autofat_'+Math.floor(Math.random() * 100000);
if (o.id) Fat.fade_element(o.id,null,null,"#"+r[1]);
}
}
@@ -66,7 +66,7 @@
set_bgcolor : function (id, c)
{
var o = document.getElementById(id);
- if(!o) return;
+ if(!o) return;
o.style.backgroundColor = c;
},
get_bgcolor : function (id)