מדיה ויקי:Gadget-rollBackSummary.js: הבדלים בין גרסאות בדף
מאין תקציר עריכה |
מאין תקציר עריכה |
||
| שורה 9: | שורה 9: | ||
var m = rx.exec(text); | var m = rx.exec(text); | ||
slideshowimage.parentNode.parentNode.innerText = text; | slideshowimage.parentNode.parentNode.innerText = text; | ||
alert(m[0]); | |||
if (!m) return; | if (!m) return; | ||
slideshowimage.setAttribute('src', m[0]); | slideshowimage.setAttribute('src', m[0]); | ||
slideshowimage.setAttribute('alt', slideShowLinks[currentImage].title); | slideshowimage.setAttribute('alt', slideShowLinks[currentImage].title); | ||