Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/pub/static/adminhtml/Magento/backend/en_US/Magento_Marketplace/
Upload File :
Current File : //home/rtorresani/www/pub/static/adminhtml/Magento/backend/en_US/Magento_Marketplace/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);
        });
    };
});