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 faf9d25 commit 38982c8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions index-z.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,11 @@
<input type="range" id="zoomInput" min="0" max="100" value="100" title="Zoom"/>
<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 id="content">
<div id="container" style="display:none" data-zoomable></div>
</div>
<div id="content">
<div id="container" style="display:none" data-zoomable>
</div>
<!--<div id="content">
<div id="container" style="display:none" data-zoomable>-->


<div class="zoom-tool-bar"></div>
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
Expand Down

0 comments on commit 38982c8

Please sign in to comment.