Skip to content

Commit

Permalink
chore(track_path): organize track_path iframe layout (#165)
Browse files Browse the repository at this point in the history
Signed-off-by: takeshi.iwanari <take.iwiw2222@gmail.com>
  • Loading branch information
iwatake2222 authored Feb 27, 2024
1 parent 7d88242 commit a924083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report/track_path/template_track_path.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h2 id="{{ target_path_name }}">{{ target_path_name }}</h2>
<script type="text/javascript">
window.onload = function() {
var height = document.getElementsByTagName("html")[0].scrollHeight;
window.parent.postMessage(["setHeightTrackPath", height], "*");
window.parent.postMessage(["setHeightTrackPath", height, location.href], "*");
}
</script>

Expand Down

0 comments on commit a924083

Please sign in to comment.