fixed busted javascript.

This commit is contained in:
michaelp%netscape.com 1999-01-15 22:16:40 +00:00
parent 41177f6674
commit 176f1f8e82

View File

@ -37,7 +37,7 @@ var index = 0;
function slideShow()
{
image.setDOMAttribute("SRC", images[index]);
image.setAttribute("SRC", images[index]);
index++;
if (index >= 10) {
index = 0;