Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
morepurplemorebetter committed Oct 12, 2020
1 parent 76a9f53 commit a113714
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

This Git contains all document-level JavaScript that is used in the AcroForm PDFs called **MPMB's Character Record Sheet**. Note that you can't create the PDF from just this repository, this is just the JavaScript used at the document-level.

### [MPMB's Character Record Sheets can be found here](https://flapkan.com/mpmb/charsheets)
### [MPMB's Character Record Sheets can be found here](https://www.flapkan.com/download/#charactersheets)

### [MPMB's Spell Sheets per Class can be found here](https://flapkan.com/mpmb/spellsheets)
### [MPMB's Spell Sheets per Class can be found here](https://www.flapkan.com/download/#spellsheets)

### [MPMB's Adventure Logsheets can be found here](https://flapkan.com/mpmb/dmsguild)
### [MPMB's Adventure Logsheets can be found here](https://www.flapkan.com/download/#logsheets)

### [Please consider supporting this project on Patreon](https://patreon.com/morepurplemorebetter)

Expand Down
1 change: 0 additions & 1 deletion _functions/Functions2.js
Original file line number Diff line number Diff line change
Expand Up @@ -3622,7 +3622,6 @@ function SetStringifieds(type) {
};

// Recursive function to create bookmarks from a bookmark object

function createBookmarks(parent, bObj) {
var i = 0;
for (var bkmrkNm in bObj) {
Expand Down

0 comments on commit a113714

Please sign in to comment.