Skip to content

Commit b4fb45d

Browse files
MartinGaukMHajoha
andauthored
Update renderer.php
Co-authored-by: Maximilian Haye <[email protected]>
1 parent aeae678 commit b4fb45d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

renderer.php

+1
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ protected function add_package_js_calls(array $jscalls, array $roles, question_d
266266
protected function get_iframe_js_before(): string {
267267
return <<<'END'
268268
<script>
269+
"use strict";
269270
(function () {
270271
// Add <base target='_blank'> tag to head so links are opened in a new tab.
271272
const base = document.createElement('base');

0 commit comments

Comments
 (0)