Fixed bugs
Used JavaScript
Fix <ol> and <ul> toggle bug in Redactor.

For TeachChemistry.org. Project uses Redactor v. 3.1.4 and upgrading to a newer version is not an option. 

Solution ended up a 1-line change in the 3.1.4 source code to refer to the Redactor editor element directly instead of referencing by class. Fixes an error that occurred due to multiple editors with the same class appearing on the page at once.