Changed from “onscrollend” to “onscroll”
This commit is contained in:
parent
466111683c
commit
30c314948c
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue