Skip to content
Snippets Groups Projects
Commit 86527ee8 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #5592 update display

parent 85ffa624
No related branches found
No related tags found
No related merge requests found
......@@ -109,6 +109,9 @@ function updateVisaWorkflow(resId) {
parent.$('main_info').style.display = 'table-cell';
parent.Element.hide.delay(5, 'main_info');
eval(response.exec_js);
if(parent.$j('.contentShow iframe').length){
parent.$j('.contentShow iframe')[0].contentWindow.location.reload(true);
}
} else if (response.status != 1) {
alert(response.error_txt)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment