Skip to content

Commit b6a545c

Browse files
committed
html/template.html: remove bootstrap and jquery JS
1 parent 32baaba commit b6a545c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/html/template.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,6 @@ <h4>
242242
{% endfor %}
243243
</div>
244244

245-
<script src="https://code.jquery.com/jquery-3.3.1.min.js" crossorigin="anonymous"></script>
246-
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
247-
248245
<script>
249246
document.getElementById('show-all-registers').addEventListener('click', e => {
250247
document.querySelectorAll('.registers').forEach(el => el.open = true)

0 commit comments

Comments
 (0)