trying to scroll down on load
parent
3e2ebdb4f2
commit
55977fcf05
|
@ -23,7 +23,7 @@ $id=$_GET['id'];
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body onLoad="window.scrollTo(0,document.body.scrollHeight)">
|
||||||
%NAVBAR%
|
%NAVBAR%
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="item-1">
|
<div class="item-1">
|
||||||
|
|
Loading…
Reference in New Issue