Skip to content

Commit

Permalink
remove chat tag extra option
Browse files Browse the repository at this point in the history
  • Loading branch information
etinquis committed Aug 11, 2023
1 parent 426a309 commit 1e4fb21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/current/fhcharxrv4.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ function newInfo(PictureID, Color, Sex, Cost, v) {
function Fin(r, r2, s) {
document.write('<tr><td colspan=\'7\'><table class="weakcell" width="300"><tr><td>Character Name:</td><td><input name=CharName id=CharName size=15 maxlength=30 value=""></td><td><td colspan=2><' + strClicky1 + ' onclick="if (getObj(\'CharName\').value != \'\') {window.open(\'fhfhd.asp?item_name=\' + getObj(\'CharName\').value + \'&item_number=67&a3=1&custom=' + CharacterID + '\', \'PP\', \'\')};">1hc</button></td></tr>');
document.write('<tr><td>Character Title:</td><td><input name=CharTitle id=CharTitle size=15 maxlength=30 value=""></td><td><td colspan=2><' + strClicky1 + ' onclick="if (getObj(\'CharTitle\').value != \'\') {window.open(\'fhfhd.asp?item_name=\' + getObj(\'CharTitle\').value + \'&item_number=68&a3=1&custom=' + CharacterID + '\', \'PP\', \'\')};">1hc</button></td></tr>');
document.write('<tr><td>Chat Tag:</td><td><input name=ChatTag id=ChatTag size=15 maxlength=15 value=""></td><td><td colspan=2><' + strClicky1 + ' onclick="if (getObj(\'ChatTag\').value != \'\') {window.open(\'fhfhd.asp?item_name=\' + getObj(\'ChatTag\').value + \'&item_number=286&a3=1&custom=' + CharacterID + '\', \'PP\', \'\')};">1hc</button></td></tr></table></td></tr>');
document.write('<tr><td colspan=\'7\' class=\'weakcell\' width="300">Using the Character > Appearance Profile system you can switch backwards and forwards between different titles, names and pictures and even go back to your original.</td></tr>');
if (r2 == 0 || r == r2) {
if (s == 'U') {
Expand Down

0 comments on commit 1e4fb21

Please sign in to comment.