We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e560668 commit 7bbf1d3Copy full SHA for 7bbf1d3
1 file changed
debug_toolbar/templates/panels/profiling.html
@@ -5,7 +5,7 @@
5
6
<script>
7
(function() {
8
- let iframe = document.getElementById('profilingContent');
9
- iframe.srcdoc = iframe.innerHTML;
+ const iframe = document.getElementById('profilingContent');
+ iframe.srcdoc = iframe.textContent;
10
})();
11
</script>
0 commit comments