Changeset 3332:8d816c8da636 for themes/berlin/tpl
- Timestamp:
- 09/01/16 08:26:55 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/berlin/tpl/user_footer.html
r2786 r3332 33 33 }); 34 34 35 $('#gotop').click(function( ) {35 $('#gotop').click(function(e) { 36 36 $('body,html').animate({scrollTop:0},800); 37 e.preventDefault(); 37 38 }); 38 39 });
Note: See TracChangeset
for help on using the changeset viewer.