mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-02 06:26:27 -04:00
JS. Trailing spaces removed
This commit is contained in:
parent
f2f3f045e5
commit
d3ab4a5145
5 changed files with 13 additions and 13 deletions
|
@ -164,7 +164,7 @@ window.helpers = window.helpers || {
|
|||
helpers._xhrRetry(method, url, options, callbacks);
|
||||
}, options.retry_timeout);
|
||||
};
|
||||
|
||||
|
||||
// Pack retry() call into error handlers
|
||||
callbacks._onError = callbacks.onError;
|
||||
callbacks.onError = function (xhr) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue