<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">// Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
// for details on configuring this project to bundle and minify static web assets.

// Write your JavaScript code.

function defaultImage(elem) {
    $(elem).attr('src', 'https://media.inspireme.fund/avatar-default.png');
}


//$('#customers-testimonials').owlCarousel({
//    loop: true,
//    center: true,
//    nav: true,
//    items: 3,
//    navText: ['&lt;i class="fa fa-angle-left" aria-hidden="true"&gt;&lt;/i&gt;', '&lt;i class="fa fa-angle-right" aria-hidden="true"&gt;&lt;/i&gt;'],
//    margin: 0,
//    autoplay: true,
//    dots: false,
//    autoplayTimeout: 8500,
//    smartSpeed: 450,
//    responsive: {
//        0: {
//            items: 1
//        },
//        768: {
//            items: 2
//        },
//        1170: {
//            items: 3
//        }
//    }
//});</pre></body></html>