Widget:RCSandbox: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
 
<style type="text/css">
<style type="text/css">
#textup{
#textup{
Line 7: Line 7:
a.rclink {color: rgb(16, 123, 181) !important;}      /* unvisited link */
a.rclink {color: rgb(16, 123, 181) !important;}      /* unvisited link */
</style>
</style>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript">
<script type="text/javascript">
$('#changeslist').ready(function() {
$('#changeslist').ready(function() {
$.getScript("http://wikidoc.org/resources/mediawiki.api/mediawiki.api.js", function(){
  getRecentChanges();
  getRecentChanges();
scrolltextup(1000);
scrolltextup(1000);
Line 28: Line 28:
   });
   });
}});
}});
}});
}
var scrollheight = $("#textup").height();
var scrollheight = $("#textup").height();



Revision as of 16:18, 10 July 2013