I ran a temp alt last nite to____whatever. Noticed it was tracked (since dummy left Sentinal on) and decided to delete the toon on here. I went into the toon, clicked delete...waited...clicked again...nothing. All I saw was error on IE's info bar at the bottom of my window. Irritated I went back to the screen with all my toon's (one w/ pics that lists stats too) and clicked delete there...got a popup...toon deleted. Don't know the difference, but it worked.
Since no one replied, I didn't want you to think we missed this....unless someone contacted you elsewhere, that is.
We're looking into it.
Looks like the confirm_delete() javascript function was lost. Assuming it happened at the last major site redesign, when all the javascript was split into files instead of being on the page.
Copy of the function is in http://cit.cohtitan.com/scripts/manage_home.js
Thanks SN!
Quotefunction confirm_delete(char_id)
{
if ( confirm('Are you SURE you want to delete this character?') )
{
window.location='/manage/delete_char/' + char_id;
}
}
Now to wait for someone to update that, since I cannot. :P.
Quote from: Tazhyngarth on March 31, 2011, 05:01:18 PM
Since no one replied, I didn't want you to think we missed this....unless someone contacted you elsewhere, that is.
We're looking into it.
What, you mean you guys aren't here for my bec'n'call? ;-)
/sarcasm
Sure we are....I just think our definition of "bec'n'call" is slightly different then yours :P.
With the new changes (http://www.cohtitan.com/forum/index.php/topic,1406.msg38037.html#msg38037) that were pushed live today, could you try again and see if the problem has been fixed?