Changed from “onscrollend” to “onscroll”

This commit is contained in:
pezcurrel 2024-09-28 22:39:24 +02:00
parent 466111683c
commit 30c314948c

View file

@ -464,7 +464,7 @@ function prel() {
</script> </script>
</head> </head>
<body onload="prel();"> <body onload="prel();">
<div id="maindiv" onscrollend="prel();"> <div id="maindiv" onscroll="prel();">
<div class="page"> <div class="page">
<div class="profile"> <div class="profile">
<p class="center"><img src="'.$acc['avatar_static'].'" class="avatar"></p> <p class="center"><img src="'.$acc['avatar_static'].'" class="avatar"></p>