Titan Network

Archive => City Info Tracker => Titan Projects => Bugs and Support => Topic started by: WanderingAries on March 29, 2011, 06:43:38 AM

Title: Delete Character
Post by: WanderingAries on March 29, 2011, 06:43:38 AM
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.
Title: Re: Delete Character
Post by: 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.
Title: Re: Delete Character
Post by: SaintNicster on March 31, 2011, 06:14:56 PM
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
Title: Re: Delete Character
Post by: Tazhyngarth on March 31, 2011, 07:16:53 PM
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.
Title: Re: Delete Character
Post by: WanderingAries on April 01, 2011, 04:22:02 AM
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
Title: Re: Delete Character
Post by: Tazhyngarth on April 01, 2011, 02:30:13 PM
Sure we are....I just think our definition of "bec'n'call" is slightly different then yours :P.
Title: Re: Delete Character
Post by: eabrace on May 12, 2011, 07:36:49 PM
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?