Found it ! http://groups.google.com/group/tiddlywiki/browse_thread/thread/e35931b91692c020/3f6ac750cc7e24f9?lnk=gst&q=load+.js#3f6ac750cc7e24f9
MarkupPreBody <script src="images/work/array_work.js"></script> <script src="images/home/array_home.js"></script> (Removed LoadScripts) :) Mike On Nov 25, 6:48 am, Mike <[email protected]> wrote: > 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.

