Phixyn / no-bs-looper

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.
http://ytlooper.phixyn.com
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

Phixyn commented 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.