Skip to content

Commit b86166d

Browse files
authored
3.0.1
fixed button errors
1 parent 7c580a6 commit b86166d

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

iCS.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
<title>iCS
66
</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<meta property="og:url" content="The interactive character sheet making playing table top games online easier. Comes with an UnLicense for free-plays and more!">
8+
<meta property="og:url" content="The interactive character sheet making playing online table top games easier. Comes with an UnLicense for free-plays and more! FOSS">
99
<meta name="apple-mobile-web-app-capable" content="yes">
1010
<html manifest="Hlist.appcache">
11+
<meta name="version" content="3.x.n" value="3.0.1">
12+
<meta name="tags" content="iCS,interactive Character Sheet,Intelligent Character Sheet,Smart Sheet,UnLicense,Character Sheet,VTT,Table Top">
1113
</meta>
1214
<link rel="icon" type="image/x-icon" href="https://ipfs.io/ipfs/QmcGxSGGzAQ31E2eqCzDy7hskJp4s7udDK5HcrxHThwf4y">
1315
</head>
@@ -706,11 +708,12 @@
706708
<span id='nbi' style='padding-bottom:6.5px;border-bottom-style:inset;border-bottom-width:0.5px;'><button id='dobuyin' class='button2' onclick='this.style="display:inline-block";document.getElementById("setbuyin").style="display:inline-block";document.getElementById("nbitext").style="display:inline-block";document.getElementById("bi").innerHTML=1;this.style="display:none";' title='Start Your BuyIn'><b>O</b></button> <span id='nbitext' title="BuyIn Limit" style="display:none"></span> <button id='setbuyin' style="display:none" class='button2' onclick='this.style="display:none";document.getElementById("resetbuyin").style="display:inline-block";buyin();' title='Sets Your BuyIn'><b>I</b></button> <button id='resetbuyin' style="display:none" class='button2' onclick='document.getElementById("nbi").style="display:none";this.style="display:none";document.getElementById("newbehr").style.display="block";' title='Remove extra buttons'><b><s>O</s></b></button> <button id='nobuyin' class='button2' onclick='pointbuy=0;document.getElementById("bi").innerHTML=0;document.getElementById("nbitext").innerHTML=Number(-2);document.getElementById("nbi").style="visibility:hidden";' title='Cancel BuyIn Method'><b>x</b></button></span>
707709
<hr id='skillshr'>
708710
<div id='skills2'>
709-
<div id='skillstuff' style='padding-bottom:4px;border-bottom-style:inset;border-bottom-width:0.5px;'><button class='button2' onclick="skilladd();" ><b style='font-size:175%' title='Click to add a skill'>Add a Skill</b></button></br class='brs'>
711+
<div id='skillstuff' style='padding-bottom:4px;border-bottom-style:inset;border-bottom-width:0.5px;'>
710712
<span id='skillsbtns'>
713+
<button class='button2' onclick="skilladd();" id='sa' ><b style='font-size:175%' title='Click to add a skill'>Add a Skill</b></button></br class='brs'>
711714
<button class='button2' onclick='document.getElementById("skillsbtns").remove();' title='Click to not be able to add more skills'><b style='font-size:125%'>o</b></button>
712715
<button class='button2' onclick='document.getElementById("skills2").remove();' title='Click to remove the skills section'><b style='font-size:125%'>x</b></button>
713-
</span>
716+
</span></br class='brs'>
714717
</br>
715718
</div>
716719
<div id='uhold13'></div>
@@ -754,7 +757,7 @@
754757
<div id='weapons2' style='padding-bottom:4px;border-bottom-style:inset;border-bottom-width:0.5px;'>
755758
<span id="weapondump"></span>
756759
<span id='weaponbtns'>
757-
<button class='button2' onclick='document.getElementById("weaponsbtns").remove();' title='Click to remove extra Weapon button'><b style='font-size:125%'>o</b></button>&nbsp;
760+
<button class='button2' onclick='document.getElementById("weaponbtns").remove();' title='Click to remove extra Weapon button'><b style='font-size:125%'>o</b></button>&nbsp;
758761
<button class='button2' onclick='document.getElementById("weaponstuff").remove();' title='Click to remove Weapon section'><b style='font-size:125%'>x</b></button>
759762
</span>
760763
</br>
@@ -787,12 +790,11 @@
787790
</div>
788791

789792
<div id='magic'>
790-
<div id='magicstuff' style='padding-bottom:4px;border-bottom-style:inset;border-bottom-width:0.5px;'><button class='button2' onclick="spelladd();" ><b style='font-size:175%' title='Click to add a skill'>Add a Spell</b></button></br class='brs'>
791-
<span id='magicbtns'>
792-
<button class='button2' onclick='document.getElementById("magicstuff").remove();' title='Click to not be able to add more spells'><b style='font-size:125%'>-</b></button>
793+
<div id='magicstuff' style='padding-bottom:4px;border-bottom-style:inset;border-bottom-width:0.5px;'>
794+
<span id='magicbtns'><button class='button2' onclick="spelladd();" ><b style='font-size:175%' title='Click to add a skill'>Add a Spell</b></button></br class='brs'>
793795
<button class='button2' onclick='document.getElementById("magicbtns").remove();'><b style='font-size:125%' title='Click to remove extra spell buttons'>o</b></button>
794796
<button class='button2' onclick='document.getElementById("magic").remove();' title='Click to remove the spells section'><b style='font-size:125%'>x</b></button>
795-
</span>
797+
</span></br class='brs'>
796798
</br>
797799
</div>
798800
<div id='mhold1'></div>

0 commit comments

Comments
 (0)