FIX: Go Back didn't work

This commit is contained in:
Marcel Kapfer (mmk2410) 2016-05-18 07:38:40 +02:00
parent fb937319db
commit 52835db8db
3 changed files with 2 additions and 6 deletions

View file

@ -214,7 +214,7 @@ if ($config["design"]["drawer"] == "on") {
// If viewing a blog or a tag
?>
<!-- Set a back item instead of the blogs. -->
<a class="nav-item" onclick="goBack()">Go back</a>
<a class="nav-item" onclick="history.go(-1);">Go back</a>
<?php
}
if ($config["blog"]["home"] == "on") { // If a blog home is existend