ResetNetwork / apply-app

The app behind the ResetNetwork
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Fix issue with tinymce-word-count for reset #84

Closed frjo closed 4 years ago

frjo commented 4 years ago

The word count feature is not working on reset as it does on OTF. I have added the needed CSS in https://github.com/ResetNetwork/apply-app/pull/82 but this js error need to be fixed as well I believe.

TypeError: null is not an object (evaluating 't.innerText.match(/\d+/)[0]')

frjo commented 4 years ago

Seems to be a cache issue, fixed now.