1
0
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:
marktaiwan 2015-03-08 09:37:29 +08:00
parent 3e70902d06
commit ecd2616ae8

View File

@ -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);
}
}