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>
|
</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>
|
||||||
|
|
Loading…
Reference in a new issue