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 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<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() { | ||
getRecentChanges(); | getRecentChanges(); | ||
scrolltextup(1000); | scrolltextup(1000); | ||
Line 28: | Line 28: | ||
}); | }); | ||
}}); | }}); | ||
} | } | ||
var scrollheight = $("#textup").height(); | var scrollheight = $("#textup").height(); | ||