Skip to content
Snippets Groups Projects
Commit f06a5661 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #6931 refresh difflist iframe

parent fe32c1e0
No related branches found
No related tags found
No related merge requests found
......@@ -222,6 +222,9 @@ function change_diff_list(
if(window.opener.parent.document.getElementById('iframe_tab')){
window.opener.parent.document.getElementById('iframe_tab').src = window.opener.parent.document.getElementById('iframe_tab').src;
}
if(window.opener.parent.document.getElementById('uniqueDetailsIframe')){
window.opener.parent.document.getElementById('uniqueDetailsIframe').src = window.opener.parent.document.getElementById('uniqueDetailsIframe').src;
}
window.close();
}
else
......
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