mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-15 11:13:29 +00:00
fixed busted javascript.
This commit is contained in:
parent
41177f6674
commit
176f1f8e82
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user