מדיה ויקי:Gadget-rollBackSummary.js: הבדלים בין גרסאות בדף
מאין תקציר עריכה |
מאין תקציר עריכה |
||
| שורה 5: | שורה 5: | ||
var slideshowimage = document.getElementById('slideshowimage'); | var slideshowimage = document.getElementById('slideshowimage'); | ||
var imagelink = | var imagelink = text.getElementById('file').getElementsByTagName('A')[0].href; | ||
slideshowimage.src = imagelink; | slideshowimage.src = imagelink; | ||
slideshowimage.alt = slideShowLinks[currentImage]; | slideshowimage.alt = slideShowLinks[currentImage]; | ||