JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "docs.js"

Full Path: /home/u369741141/domains/tirondearrastre.com/public_html/js/pages/docs.js
File size: 415 bytes
MIME-type: text/plain
Charset: utf-8

$( document ).ready(function() {
    
    "use strict";
    
    $('a[href^="#"]').on('click',function (e) {
        e.preventDefault();

        var target = this.hash;
        var $target = $(target);
        var scrollTo = $target.offset().top - 20

        $('html, body').stop().animate({
            'scrollTop': scrollTo
        }, 1000);
    });
    $('pre').addClass('prettyprint');
    prettyPrint();
});