Fix utf8 in js that doesn't display correctly (sigh)

This commit is contained in:
Michal Jirku 2020-12-13 22:49:02 +01:00
parent e8dc4e071a
commit 6316e9affd

View file

@ -1,6 +1,6 @@
/* /*
* @author: Kaushik Gopal * @author: Kaushik Gopal
* @author: Michal Jirků * @author: Michal Jirku
* *
* A jQuery function that displays the footnotes * A jQuery function that displays the footnotes
* on the side (sidenotes) for easier reading. * on the side (sidenotes) for easier reading.
@ -11,7 +11,7 @@
* --- * ---
* *
* Changelog: * Changelog:
* - 2020-11-23, Michal Jirků * - 2020-11-23, Michal Jirku
* - make sidenotes flexible width * - make sidenotes flexible width
* - make sidenotes not overlap one another * - make sidenotes not overlap one another
* - make sidenotes reload on font load (to help with &previous) * - make sidenotes reload on font load (to help with &previous)