activate the behavior described by 1st item of #167

Signed-off-by: z4yx <z4yx@users.noreply.github.com>
This commit is contained in:
z4yx 2020-03-09 11:43:15 +08:00
parent c1669d46de
commit f917883a2d
No known key found for this signature in database
GPG Key ID: 8D451F061C0FF61B

View File

@ -31,7 +31,7 @@ var vmMirList = new Vue({
mirrorList: [],
filter: "",
rawMirrorList: [],
dateTooltip: localStorage.getItem('DateTooltip') === 'true',
dateTooltip: localStorage.getItem('DateTooltip') !== 'false',
},
created () {
this.refreshMirrorList();