[invidio_proxy_mode.user] minor fix

This commit is contained in:
Jesús 2019-10-18 23:05:59 -05:00
parent 02d241e579
commit 3ea63d41ff
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -47,5 +47,5 @@ proxyMode();
// Fix Abrowser // Fix Abrowser
window.addEventListener('load', () => { window.addEventListener('load', () => {
proxyMode(); proxyMode();
}); });