A mobile-friendly website that loops YouTube videos. It can loop an entire video or a portion of it. Easy to use with no distractions.
GNU General Public License v3.0
3
stars
1
forks
source link
Move initial state setting logic to a separate function #114
Open
Phixyn opened 3 years ago
Move the initial state setting logic present in the jQuery
ready()
handler to its own method. This handler is getting a bit unwieldy.