Dotclear


Ignore:
Timestamp:
09/01/16 08:26:55 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Prevents changing current URL (hash) on ScrollTop? click

File:
1 edited

Legend:

Unmodified
Added
Removed
  • themes/berlin/tpl/user_footer.html

    r2786 r3332  
    3333            }); 
    3434 
    35             $('#gotop').click(function() { 
     35            $('#gotop').click(function(e) { 
    3636                $('body,html').animate({scrollTop:0},800); 
     37                e.preventDefault(); 
    3738            }); 
    3839}); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map