Skip to content

Commit

Permalink
Update index-z1.html
Browse files Browse the repository at this point in the history
  • Loading branch information
barionleg authored Jan 4, 2025
1 parent f57191a commit 08a543c
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions index-z.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,23 @@
<button onclick="alert('Nuclide Chart\nCopyright \u00A9 2020 Gustav Lindberg\nSource code: https://github.com/GustavLindberg99/NuclideChart\n\nThe chart is licensed under the MIT license. The data is from https://www.nndc.bnl.gov/.\n\nIcons made by Smashicons and Icomoon from www.flaticon.com are licensed by CC 3.0 BY. Some of the icons have been modified.')">About this chart</button>
</div>


<div class="zoom-tool-bar"></div>
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
crossorigin="anonymous"
></script>
<script src="./src/content-zoom-slider.min.js"></script>
<script>
$(function () {
$("#content").contentZoomSlider({
toolContainer: ".zoom-tool-bar",
step: 20,
zoom: 100,
max:120
});
});
</script>
</div>
<div id="content">
<div id="container" style="display:none" data-zoomable>
Expand All @@ -88,23 +104,7 @@ <h2>Decay Modes</h2>
<p><span class="box p"></span> Proton emission</p>
<p><span class="box sf"></span> Spontaneous fission</p>
</div>
<div class="zoom-tool-bar"></div>
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
crossorigin="anonymous"
></script>
<script src="./src/content-zoom-slider.min.js"></script>
<script>
$(function () {
$("#content").contentZoomSlider({
toolContainer: ".zoom-tool-bar",
step: 20,
zoom: 100,
max:120
});
});
</script>


</body>
</html>

0 comments on commit 08a543c

Please sign in to comment.