includes/clientside/static/fat.js
changeset 582 a38876c0793c
parent 520 4c16e87cfeae
child 1227 bdac73ed481e
equal deleted inserted replaced
581:5e8fd89c02ea 582:a38876c0793c
    85 		if (rgb) c = this.make_hex(parseInt(rgb[1]),parseInt(rgb[2]),parseInt(rgb[3]));
    85 		if (rgb) c = this.make_hex(parseInt(rgb[1]),parseInt(rgb[2]),parseInt(rgb[3]));
    86 		return c;
    86 		return c;
    87 	}
    87 	}
    88 }
    88 }
    89 
    89 
    90 window.onload = function () 
    90 addOnloadHook(Fat.fade_all);
    91 	{
    91 
    92 	Fat.fade_all();
       
    93 	}