PDA

View Full Version : Problem with double categories on Add Listing page.



PGGO
May 1, 2012, 12:17 AM
I notice a problem with double categories, which appears every time you click the links twice.

However, you have to click Plus Icon first and then Link of the same category.

Please see the image in attachment.

Viktor
May 5, 2012, 10:57 AM
Hello Petnax,

You can change it manually. Please go to ftp: libs >> javascript >> flynax.lib.js

find function with name: treeLoadLevel

and after

$(this).addClass('done').parent().find('span.tree_ loader').fadeIn('fast');

add this code:


$(this).prev('img').addClass('done');
$(this).next('a').addClass('done');
at line ~664

PGGO
May 7, 2012, 10:06 PM
Thanks.
it works now without a bug mentioned.

John
July 25, 2012, 11:08 AM
Hi guys,
Thanks for fix Vladimir, we have applied the fix to the new version of Flynax Software.

John

Petrache Nicolae
July 25, 2012, 12:06 PM
works fine. thanks