Skip to content

Commit

Permalink
Update index-z.html
Browse files Browse the repository at this point in the history
  • Loading branch information
barionleg authored Jan 4, 2025
1 parent 38982c8 commit f5cafa5
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions index-z.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@
<button id="zoomIn" title="Zoom in">+</button>-->
<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 id="content">
<div id="container" style="display:none" data-zoomable>
</div>

<div class="zoom-tool-bar"></div>
<script
Expand All @@ -77,13 +74,17 @@
$(function () {
$("#content").contentZoomSlider({
toolContainer: ".zoom-tool-bar",
step: 50,
zoom: 150,
max:500
step: 20,
zoom: 100,
max:120
});
});
</script>
</div>
<div id="content">
<div id="container" style="display:none" data-zoomable>
</div>

<div id="loading">
<img src="blogo.png" width="64" height="64" alt="Loading..."/>
<p>Loading...</p>
Expand Down

0 comments on commit f5cafa5

Please sign in to comment.