We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b789f21 commit 4b377c5Copy full SHA for 4b377c5
main/inc/lib/exercise_show_functions.lib.php
@@ -1047,7 +1047,7 @@ public static function displayOnlyOfficeAnswer(
1047
var iframe = document.getElementById('{$iframeId}');
1048
var loader = document.getElementById('{$loaderId}');
1049
if (iframe && loader) {
1050
- iframe.src = iframe.src;
+ iframe.src = iframe.src + '&reload=' + new Date().getTime();
1051
iframe.style.display = 'block';
1052
loader.style.display = 'none';
1053
}
0 commit comments