diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-12 10:56:15 +0500 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-12 10:56:15 +0500 |
commit | d5777937b851a081767911fe254dc76c0a54ca83 (patch) | |
tree | 4f6aa6c838d737a5427d0df859f6d47103162848 | |
parent | index.html: prevent button jumps (diff) | |
download | void-d5777937b851a081767911fe254dc76c0a54ca83.tar.gz void-d5777937b851a081767911fe254dc76c0a54ca83.zip |
index.html: Bootstrap JS code is not needed
Diffstat (limited to '')
-rw-r--r-- | index.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -46,7 +46,9 @@ html, body { </div> </div> + <!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script> + --> <script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script> <script> function dump_fail(data) { |