Script error on Language management page

  • Posts: 4
  • Thank you received: 0
  • Hikashop Business
11 years 2 months ago #90828

There is a typo in administrator/components/com_hikamarket/helpers/toggle.php on line 98 that gives a javascript error in Chrome and prevents the setings page from loading correctly.

Original:

'if(r && !confirm("'.JText::_('HIKA_VALIDDELETEITEMS',true).'") return false;'."\r\n".

Fixed:
'if(r && !confirm("'.JText::_('HIKA_VALIDDELETEITEMS',true).'")) return false;'."\r\n".

one parenthesis is missing

Last edit: 11 years 2 months ago by sydweb.

Please Log in or Create an account to join the conversation.

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
11 years 2 months ago #90833

Thanks !

I have fixed the project, it would be include in the next package.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

Moderators: Obsidev
Time to create page: 0.056 seconds
Powered by Kunena Forum