clarified changelog link text

This commit is contained in:
QbeRoot 2019-10-27 23:37:09 +01:00
parent 8a0fd2b743
commit 0c8c03f621

View file

@ -234,7 +234,7 @@ function updateChangelog() {
} }
} catch (err) {} } catch (err) {}
document.getElementById("changelog").innerHTML += recentchanges + "<div class=\"change\"><a target=\"_blank\" href=\"changelog.html\"><i>more ...</i></a></div>"; document.getElementById("changelog").innerHTML += recentchanges + "<div class=\"change\"><a target=\"_blank\" href=\"changelog.html\"><i>See the full changelog</i></a></div>";
}; };
} }