Update PMLCoreMod.openDescription to use PolyMod.modDescription. #21
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/21/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Previously the
PolyMod.modDescriptionfield was totally unused (even though it's documented to be the mod description.html file link??). I've updated it to directly set the descriptioninnerHTMLto the field, as that is more flexible for mods if they require to do it that way, and also keeps backwards compatibility.