dataType: 'json',
success: function (result) {
iconTargetID = result.id;
var url = '/rest/homeicons?id=' + iconTargetID;
$.ajax({
url: url,
dataType: 'json',
success: function (res) {
if ($.isArray(res) && res.length) {
$('.modal-Icons .mainInnerWrapper>*:not(img)').remove();
$('.modal-Icons>style').remove();
$('.modal-Icons .mainInnerWrapper').append(res[0].field_html_meteora_icon);
$('.modal-Icons').prepend(res[0].field_meteora_icon_css);
Based on this, we will get new icons today right after getting response from the BE and then we will be able to get the flash drive and even unlock the computer and maybe.. even see what's inside