mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
activate the behavior described by 1st item of #167
Signed-off-by: z4yx <z4yx@users.noreply.github.com>
This commit is contained in:
parent
c1669d46de
commit
f917883a2d
|
|
@ -31,7 +31,7 @@ var vmMirList = new Vue({
|
|||
mirrorList: [],
|
||||
filter: "",
|
||||
rawMirrorList: [],
|
||||
dateTooltip: localStorage.getItem('DateTooltip') === 'true',
|
||||
dateTooltip: localStorage.getItem('DateTooltip') !== 'false',
|
||||
},
|
||||
created () {
|
||||
this.refreshMirrorList();
|
||||
|
|
|
|||
Loading…
Reference in New Issue