Fix utf8 in js that doesn't display correctly (sigh)
This commit is contained in:
parent
e8dc4e071a
commit
6316e9affd
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue