Re: [pmapper-users] PMapper5 "bugs"

2014-10-09 Thread Raffaele Morelli
On 09/10/14 at 09:21pm, Armin Burger wrote: > On 10/09/2014 02:50 PM, Raffaele Morelli wrote: > > On 09/10/14 at 02:16pm, Armin Burger wrote: > >> regarding the domains issues, try the following: > >> > >> modify file > >> "plugins/tocdomains/tocdomains.js" > >> and add after line

Re: [pmapper-users] PMapper5 "bugs"

2014-10-09 Thread Armin Burger
On 10/09/2014 02:50 PM, Raffaele Morelli wrote: > On 09/10/14 at 02:16pm, Armin Burger wrote: >> regarding the domains issues, try the following: >> >> modify file >> "plugins/tocdomains/tocdomains.js" >> and add after line 60 the following >> >> if (typeof domCategories === '

Re: [pmapper-users] PMapper5 "bugs"

2014-10-09 Thread Raffaele Morelli
On 09/10/14 at 02:16pm, Armin Burger wrote: >regarding the domains issues, try the following: > >modify file > "plugins/tocdomains/tocdomains.js" >and add after line 60 the following > >if (typeof domCategories === 'string') { >domCategories = [ domCategories ]; >

Re: [pmapper-users] PMapper5 "bugs"

2014-10-09 Thread Armin Burger
regarding the domains issues, try the following: modify file "plugins/tocdomains/tocdomains.js" and add after line 60 the following if (typeof domCategories === 'string') { domCategories = [ domCategories ]; } Regarding the second issue, the configuration structure