Changeset 3332:8d816c8da636 for admin/js
- Timestamp:
- 09/01/16 08:26:55 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/common.js
r3294 r3332 604 604 }); 605 605 606 $('#gototop').click(function( ) {606 $('#gototop').click(function(e) { 607 607 $('body,html').animate({scrollTop:0},800); 608 e.preventDefault(); 608 609 }); 609 610 });
Note: See TracChangeset
for help on using the changeset viewer.