mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-22 05:29:34 +01:00
Bugfix: auto update option
catastrophic typo
This commit is contained in:
parent
3e70902d06
commit
ecd2616ae8
@ -53,7 +53,7 @@ $(document).ready(function(){
|
||||
}
|
||||
});
|
||||
if (localStorage.auto_thread_update === 'true') {
|
||||
$('#show-relative-time>input').prop('checked', true);
|
||||
$('#auto-thread-update>input').prop('checked', true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user