You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Properly grab the CSRF token from the meta[name='csrf-token'] element; was previously attempting to grab it from meta[name='X-CSRF-Token'], a grievous mistake (#50)
Properly bubble the click events for tg-remote on <a> and <button> elements that had DOM nodes inside of them (#49)