Skip to content

Commit

Permalink
More changes
Browse files Browse the repository at this point in the history
  • Loading branch information
psb1558 committed Jul 27, 2024
1 parent 004679a commit b08c9e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h1>Cerne — A Ninth-Century Script Font</h1>

<span class="colorpicker">
<label for="colorinput">User color:</label>
<input type="color" id="colorinput" value="#694c42"/>
<input type="color" id="colorinput" value="#000000"/>
</span>

<span class="check"><input type="checkbox" id="cv01" name="cv01"/><label
Expand Down
3 changes: 2 additions & 1 deletion webfiles/Cerne.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ $(document).ready(function(){
else if ( tag.length == 5 ) {
var basetag = tag.substring(0,4);
var tagindex = tag.substring(4);
alert(basetag)
fstring = featureString(fstring, basetag, tagindex);
}
else {
Expand All @@ -134,7 +135,7 @@ $(document).ready(function(){
}
});

alert(fstring)
//alert(fstring)

if (fstring.length == 0)
fstring = "normal";
Expand Down

0 comments on commit b08c9e1

Please sign in to comment.