mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 08:58:24 +01:00
fix a goofy ahh issue
This commit is contained in:
parent
2506416c00
commit
440c99d850
1 changed files with 3 additions and 1 deletions
|
@ -1161,11 +1161,13 @@ checkbox.addEventListener('change', function(e) {
|
|||
location.href = "/watch?v=<%- k.Video.Recommendations.Video[0].id%>&autoplay=<%-btoa("1f739d935676111cfff4b4693e3816e664797050" + k.Video.Recommendations.Video[0].id ) %>"
|
||||
}
|
||||
}
|
||||
|
||||
if (/[?&]autoplay=/.test(location.search)) {
|
||||
if(!chebox.check) {
|
||||
if(!checkbox.checked) {
|
||||
checkbox.checked = true;
|
||||
}
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
if (/[?&]autoplay=/.test(location.search)) {
|
||||
|
|
Loading…
Reference in a new issue