מדיה ויקי:Gadget-rollBackSummary.js: הבדלים בין גרסאות בדף

מאין תקציר עריכה
מאין תקציר עריכה
שורה 5: שורה 5:
  var slideshowimage = document.getElementById('slideshowimage');
  var slideshowimage = document.getElementById('slideshowimage');


  var imagelink = text.getElementById('file').getElementsByTagName('A')[0].href;
  var rx = new RegExp('<div class="fullImageLink" id="file"><a href="(.*)"><img alt=".*" src="\1" width="120" height="107" border="0" \/><\/a>', 'g');
  slideshowimage.src = imagelink;
var m = re1.exec(text);
if (!m) return;
 
  slideshowimage.src = m[0];
  slideshowimage.alt = slideShowLinks[currentImage];
  slideshowimage.alt = slideShowLinks[currentImage];
}
}