forked from GithubBackups/vichan
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') {
|
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