Skip to content

Commit ffeda8a

Browse files
authored
Update index.html
1 parent 1f08253 commit ffeda8a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
<p id="sa_text"></p>
264264
</div>
265265
<div id="in_div">
266-
<p id="in_text">noob-Common</p>
266+
<p id="in_text">noob-Common: #3</p>
267267
<button id="0" style="width:100px; height:100px;"><img src="" id="i0" width="100" height="100"></button>
268268
<button id="1" style="width:100px; height:100px;"><img src="" id="i1" width="100" height="100"></button>
269269
<button id="2" style="width:100px; height:100px;"><img src="" id="i2" width="100" height="100"></button>
@@ -290,7 +290,7 @@
290290
<button id="ma_zoomin">Zoom in</button>
291291
<button id="ma_zoomout">Zoom out</button>
292292
</div>
293-
<p><br/>v176</p>
293+
<p><br/>v177</p>
294294
<script>
295295
//////////////////////////////////////////////////////////////////////////////////////////////INIT VARS
296296
var mouseX=0;
@@ -581,6 +581,7 @@
581581
}
582582

583583
}
584+
document.getElementById("in_text").innerHTML=char_name[char_rarity][char_num]+"-"+ranks[char_rarity]+": #"+(char_rarity*5+char_num).toString();
584585
}
585586
//////////////////////////////////////////////////////////////////////////////////////////////BUTTONS-MANDELBROT
586587
document.getElementById("ma").onclick=function(){

0 commit comments

Comments
 (0)