Skip to content

Commit

Permalink
Update Cerne.js
Browse files Browse the repository at this point in the history
  • Loading branch information
psb1558 committed Jul 27, 2024
1 parent b08c9e1 commit d7ef0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webfiles/Cerne.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ $(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 {
alert(tag)
fstring = featureString(fstring, tag, "on");
}
}
Expand Down

0 comments on commit d7ef0b8

Please sign in to comment.