0.0.290
This commit is contained in:
@@ -867,18 +867,25 @@ function RequestCommercialOffer (el){
|
||||
|
||||
$(data.html).insertBefore(insert_text_2)
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
},
|
||||
error: function (data, exception){
|
||||
// document.querySelector(".login").innerHTML = data.responseJSON.html
|
||||
|
||||
let feedback_form = document.querySelector('.feedback_form')
|
||||
if(feedback_form){
|
||||
feedback_form.innerHTML = data.html;
|
||||
}
|
||||
|
||||
let commercial_offer = document.querySelector('.commercial_offer')
|
||||
if(commercial_offer){
|
||||
commercial_offer.innerHTML = data.html;
|
||||
}
|
||||
|
||||
|
||||
document.querySelector(".info_profile").innerHTML = data.html;
|
||||
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user