Could I fix this via transcluding LoadScripts in a plugin, or via loading the library via a plugin?
Thank You, Mike On Nov 24, 4:51 pm, Mike <[email protected]> wrote: > Using TW 2.5.3 and ILJS 1.9.5 > > Followed directions in InlineJavascriptPluginInfo > (www.tiddlytools.com) > Excerpt: > Note: To ensure that your javascript functions are always available > when needed, you should load the libraries from a tiddler that is > rendered as soon as yourTiddlyWiki document is opened, such as > MainMenu. For example: put your <script src="..."></script> syntax > into a separate 'library' tiddler (e.g., LoadScripts), and then add > <<tiddler LoadScripts>> to MainMenu so that the library is loaded > before any other tiddlers that rely upon the functions it defines. > > I have followed the directions, and I have LoadScripts transcluded in > my MainMenu > > I get the following errors: > ReferenceError: array_work is not defined > ReferenceError: array_home is not defined > > This only occurs if the containing tiddler is in DefaultTiddlers and > can be fixed by a refresh of the tiddler. > > Any known reason why this is happening, or a workaround? > > Thank You, > > Mike -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

