מדיה ויקי:Gadget-rollBackSummary.js: הבדלים בין גרסאות בדף
מאין תקציר עריכה |
מאין תקציר עריכה |
||
| שורה 38: | שורה 38: | ||
// load image page | // load image page | ||
var a = sajax_init_object(); | var a = sajax_init_object(); | ||
alert(wgServer + wgScriptPath + '/index.php?title=' + encodeURIComponent(slideShowLinks[currentImage]) + '&action=raw'); | |||
a.open('GET', wgServer + wgScriptPath + '/index.php?title=' + encodeURIComponent(slideShowLinks[currentImage]) + '&action=raw', true); | a.open('GET', wgServer + wgScriptPath + '/index.php?title=' + encodeURIComponent(slideShowLinks[currentImage]) + '&action=raw', true); | ||
a.onreadystatechange = function() { | a.onreadystatechange = function() { | ||