Skip to content

Commit 6e6d204

Browse files
committed
Add livejs to head for index and pyfile
1 parent 6e04e4f commit 6e6d204

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

coverage/htmlfiles/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<link rel="stylesheet" href="{{ extra_css }}" type="text/css">
1313
{% endif %}
1414
<script type="text/javascript" src="coverage_html.js" defer></script>
15+
<script type="text/javascript" src="https://livejs.com/live.js"></script>
1516
</head>
1617
<body class="indexfile">
1718

coverage/htmlfiles/pyfile.html

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<link rel="stylesheet" href="{{ extra_css }}" type="text/css">
1313
{% endif %}
1414
<script type="text/javascript" src="coverage_html.js" defer></script>
15+
<script type="text/javascript" src="https://livejs.com/live.js"></script>
1516
</head>
1617
<body class="pyfile">
1718

0 commit comments

Comments
 (0)