v. 0.57.02b

This commit is contained in:
Azgaar 2018-06-17 20:20:20 +03:00
parent 72e03a2bcf
commit f8ce1023d6

View file

@ -32,8 +32,8 @@
<script src="libs/quantize.min.js" defer></script> <script src="libs/quantize.min.js" defer></script>
<script src="libs/d3-hexbin.v0.2.min.js" defer></script> <script src="libs/d3-hexbin.v0.2.min.js" defer></script>
<script src="libs/jquery.ui.touch-punch.min.js" defer></script> <script src="libs/jquery.ui.touch-punch.min.js" defer></script>
<link rel="stylesheet" type="text/css" href="index.css?version=0.57.01b"/> <link rel="stylesheet" type="text/css" href="index.css?version=0.57.02b"/>
<link rel="stylesheet" type="text/css" href="icons.css?version=0.57.01b"/> <link rel="stylesheet" type="text/css" href="icons.css?version=0.57.02b"/>
<link rel="stylesheet" type="text/css" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"/> <link rel="stylesheet" type="text/css" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"/>
</head> </head>
<body> <body>
@ -428,7 +428,7 @@
<input id="pngResolution" type="range" min="1" max="10" value="5" oninput="pngResolutionOutput.value = this.value + 'x'"> <input id="pngResolution" type="range" min="1" max="10" value="5" oninput="pngResolutionOutput.value = this.value + 'x'">
</td> </td>
<td> <td>
<output id="pngResolutionOutput">10x</output> <output id="pngResolutionOutput">5x</output>
</td> </td>
</tr> </tr>
<tr> <tr>