Skip to content
Snippets Groups Projects
Commit 89ed0e1b authored by srosse's avatar srosse
Browse files

OO-5269: clear the video script buffer after use

parent 4168a223
No related branches found
No related tags found
No related merge requests found
...@@ -342,6 +342,7 @@ public class AssessmentHtmlBuilder { ...@@ -342,6 +342,7 @@ public class AssessmentHtmlBuilder {
String parameters = content.substring(start + startScript.length(), end); String parameters = content.substring(start + startScript.length(), end);
translateToObject(parameters); translateToObject(parameters);
} }
scriptBuffer = new StringBuilder();
video = false; video = false;
} }
return; return;
......
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