v. 0.58.04b

This commit is contained in:
Azgaar 2018-08-04 20:40:12 +03:00
parent cf360133e8
commit cdc5cf8c7c
2 changed files with 20 additions and 9 deletions

View file

@ -31,8 +31,8 @@
<script src="libs/quantize.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>
<link rel="stylesheet" type="text/css" href="index.css?version=0.58.03b"/>
<link rel="stylesheet" type="text/css" href="icons.css?version=0.58.03b"/>
<link rel="stylesheet" type="text/css" href="index.css?version=0.58.04b"/>
<link rel="stylesheet" type="text/css" href="icons.css?version=0.58.04b"/>
<link rel="stylesheet" type="text/css" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"/>
</head>
<body>
@ -414,7 +414,7 @@
</td>
<td onmouseover="tip('Define how many Cultures should be generated')">Cultures count</td>
<td>
<input id="culturesInput" type="range" min="1" max="10" value="7">
<input id="culturesInput" type="range" min="1" max="13" value="7">
</td>
<td>
<output id="culturesOutput">7</output>
@ -1109,5 +1109,5 @@
<input type="file" accept=".txt" id="namesbaseToLoad">
</div>
<script src="script.js?version=0.58.03b"></script>
<script src="script.js?version=0.58.04b"></script>
</body>

File diff suppressed because one or more lines are too long