On Tuesday, February 17, 2015 at 2:29:45 AM UTC-8, whatever wrote: > > If the tiddler containing quotations for QuoteOfTheDayPlugin (1) is > missing or empty, the plugin throws an error message "TypeError: > netscape.security.PrivilegeManager is undefined". > > (1) http://www.TiddlyTools.com/#QuoteOfTheDayPlugin >
It's only "sort of" a bug. It's actually a result of a feature that is now obsolete. If the quotations tiddler is empty or missing, the plugin tries to look for locally stored image files, using the specified name as a relative file path. This allowed the plugin to retrieve a random picture from the indicated folder, instead of a random line of text from a tiddler. Unfortunately, the file I/O functions needed to do the local directory listing lookup are no longer supported by the browser, so it throws the error you see. The workaround is obvious: just make sure the tiddler you specify exists, and is not empty. -e -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

