Widget:RCSandbox: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 12: | Line 12: | ||
}); | }); | ||
function getRecentChanges(){ | function getRecentChanges(){ | ||
mw.loader.using('mediawiki.api', function(){ | |||
var api = new mw.Api(); | var api = new mw.Api(); | ||
api.get( { | api.get( { | ||
Line 26: | Line 27: | ||
}); | }); | ||
}}); | }}); | ||
}); | |||
} | } | ||
var scrollheight = $("#textup").height(); | var scrollheight = $("#textup").height(); |