Your IP : 216.73.216.43


Current Path : /var/www/www.indacotrentino.com/www/vendor/magento/module-marketplace/view/adminhtml/web/
Upload File :
Current File : /var/www/www.indacotrentino.com/www/vendor/magento/module-marketplace/view/adminhtml/web/default.js

/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
define([
    'jquery'
], function ($) {
    'use strict';

    return function (configFromPage) {
        var url = configFromPage.url;

        $.ajax({
            method: 'GET',
            url: url
        }).done(function (data) {
            $('div[data-role=partners-block]').html(data);
        });
    };
});