Beginning of gollum redesign

This commit is contained in:
Eston Bond
2010-11-04 14:10:58 -07:00
parent c9870fb6cb
commit ca5bf8b31e
412 changed files with 9157 additions and 42316 deletions
+9
View File
@@ -30,6 +30,15 @@ $(document).ready(function() {
$('#wiki-history td.revert-action a').mouseenter(highlightOn);
$('#wiki-history td.revert-action a').mouseleave(highlightOff);
$('li.minibutton a.action-compare-revision').click(function( e ) {
e.preventDefault();
$('#version-form').submit();
});
$('li.minibutton a.action-back-to-top').click(function( e ) {
e.preventDefault();
$('body').scrollTop = 0;
});
};
});