
$(function() {
    // $('div.scrollable').scrollable({
    //     size: 1
    // })

    // $('.sailing_map a').tooltip({
    //     track: true,
    //     showURL: false
    //     // bodyHandler: function() {
    //     //     $(this).css('border', '1px solid red')
    //     //     console.log('aaaaaaaaaaaaa', $(this).attr('title'), $(this).attr('href'))
    //     //     return $("<div/>").html($(this).attr('title'));
    //     // }
    // })
    
    $('.sunsail_button').button();
})

