mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-24 17:11:43 +00:00
updated changelog date
This commit is contained in:
parent
d38e2d0f14
commit
b18daed184
3 changed files with 3 additions and 3 deletions
|
|
@ -60,7 +60,7 @@
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body style="background: #292929;">
|
||||||
<noscript>
|
<noscript>
|
||||||
<strong>We're sorry but Nertivia doesn't work properly without JavaScript enabled. Please enable it to
|
<strong>We're sorry but Nertivia doesn't work properly without JavaScript enabled. Please enable it to
|
||||||
continue.</strong>
|
continue.</strong>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div id="app" style="background: #292929;">
|
<div id="app">
|
||||||
<router-view />
|
<router-view />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ const config = [
|
||||||
version: 6.5,
|
version: 6.5,
|
||||||
title: "Bug fixes",
|
title: "Bug fixes",
|
||||||
shortTitle: "",
|
shortTitle: "",
|
||||||
date: "20/08/2019",
|
date: "22/08/2019",
|
||||||
headColor: "rgba(25, 130, 255, 0.77)",
|
headColor: "rgba(25, 130, 255, 0.77)",
|
||||||
fix: [
|
fix: [
|
||||||
'Fixed a bug where when being scrolled up, new messages would cause it to not load more.',
|
'Fixed a bug where when being scrolled up, new messages would cause it to not load more.',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue