| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Lingr tools
Revision: 41
Author: dburkes
Date: 22 Aug 2007 09:33:27
Changes:Fixed a type mismatch that could affect IE
Files:| ... | ...@@ -59,7 +59,7 @@ | |
| 59 | 59 | }); |
| 60 | 60 | |
| 61 | Event.observe(window, 'load', setTimeout(lingr.start.bind(lingr), 100)); | |
| 61 | Event.observe(window, 'load', function(){setTimeout(lingr.start.bind(lingr), 100)}); | |
| 62 | 62 | Field.activate('message'); |
| 63 | 63 | </script> |
| 64 | 64 | </body> |
| 65 | </html> | |
| 66 | 65 | \ No newline at end of file |
| 66 | </html> |