mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-09-30 18:19:04 +02:00
news section!
This commit is contained in:
@@ -6,9 +6,7 @@
|
||||
* loading in", which is super shitty UX.
|
||||
*/
|
||||
|
||||
const images = Array.from(
|
||||
document.querySelectorAll(`img.LaTeX.SVG[loading=lazy]`)
|
||||
);
|
||||
const images = Array.from(document.querySelectorAll(`img.LaTeX.SVG[loading=lazy]`));
|
||||
|
||||
// Deactivate the images
|
||||
images.forEach((img) => {
|
||||
|
Reference in New Issue
Block a user