Advertisement:

Author Topic: Manage Your Items > Delete: Confirm Delete? isn't working  (Read 1745 times)

code monkey

  • Full Member
  • ***
  • Posts: 204
Manage Your Items > Delete: Confirm Delete? isn't working
« on: March 17, 2011, 09:15:30 pm »
Code: [Select]
<a class="delete" onclick="javascript:return confirm('This action can't be undone. Are you sure you want to continue?')" href="...">Delete</a>
You have to add a backslash: can\'t

Or instead of the long message just say: Confirm delete?

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: Manage Your Items > Delete: Confirm Delete? isn't working
« Reply #1 on: March 18, 2011, 12:11:59 pm »
Is this on the user's dashboard? Or in admin?

I will check both anyways.

http://issues.osclass.org/browse/OSCLASS-397

code monkey

  • Full Member
  • ***
  • Posts: 204
Re: Manage Your Items > Delete: Confirm Delete? isn't working
« Reply #2 on: March 18, 2011, 01:31:24 pm »
It's in the registered user area.

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: Manage Your Items > Delete: Confirm Delete? isn't working
« Reply #3 on: March 18, 2011, 01:33:51 pm »
fixed!