Jump to content

Как отключить кнопку вернуться наверх страницы?


Recommended Posts

В /app/webroot/js/vamshop.js меняйте:

    // To Top Button
    // -----------------------------------------------------------------------------
    $(function(){
        $().UItoTop({ easingType: 'easeOutQuart' });
    });

на:

    // To Top Button
    // -----------------------------------------------------------------------------
    //$(function(){
        //$().UItoTop({ easingType: 'easeOutQuart' });
    //});
 
Link to post
Share on other sites
×
×
  • Create New...