소스 검색

Changed from “onscrollend” to “onscroll”

pezcurrel 2 주 전
부모
커밋
30c314948c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pfaltgall

+ 1 - 1
pfaltgall

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