mirror of
https://github.com/Juicysteak117/pghrt.git
synced 2025-12-21 15:35:25 +00:00
added emdash prefix code to fix latexml bug
This commit is contained in:
@@ -18,6 +18,7 @@ for (i = 0; i < coll.length; i++) {
|
||||
}
|
||||
}
|
||||
|
||||
/* copy on click for section permalinks */
|
||||
function copyURI(evt) {
|
||||
evt.preventDefault();
|
||||
/* ensures url is without hash, then add on correct hash */
|
||||
@@ -26,7 +27,7 @@ function copyURI(evt) {
|
||||
}, () => {
|
||||
/* clipboard write failed */
|
||||
});
|
||||
/* silly little toast */
|
||||
/* toast that i ripped from w3schools. does not nicely handle being spam clicked. w/e*/
|
||||
var x = document.getElementById("snackbar");
|
||||
x.className = "show";
|
||||
setTimeout(function(){ x.className = x.className.replace("show", ""); }, 2000);
|
||||
|
||||
Reference in New Issue
Block a user