5
Quote:
wtravel wrote:
In order to have your script found you should use the full file path. In your theme.html file put:
Excellent Martijn, I'll make that change.
I'm still concerned about one item though - here is the text from the developer's FAQ
Quote:
Make sure that the var dmWorkPath parameter that is in the html page has the correct path to the .js files of a menu and do NOT begin with "/" character:
var dmWorkPath = "/menudir/"; - incorrect
var dmWorkPath = "menudir/"; - correct
I've placed these files in a menudir directory on the docroot of the site. How can I address this issue? My workaround was to place a copy of the menudir directory in each module, but that's a messy solution. What I'd like to do is to use the syntax you reference above for this variable. According to the developer, that won't work.
SO it seems, I'm left with merging 5 javascripts into 1 file.
Is there another solution?
Cheers,
-Robert