mmmWiki NoGeneratorWorkaround

mmmWiki - No Generator Workaround

Some browsers does not support "generators" ("function*") (part of ECMAScript 6 syntax) ref.

The web master can however do a little workaround, if he wants to support those browsers:

Open the "client.js"-file and search for all lines containing "123412341234" and uncomment them (remove the leading "//" of those lines).

Some functionality will be removed, but most things will still work.


If the web master does not do the workaround, people with those non-generator-browsers will still be able read the wiki-pages, just not edit them.