diff options
| author | ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com> | 2023-09-26 19:05:37 -0400 |
|---|---|---|
| committer | ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com> | 2023-09-27 17:36:06 -0400 |
| commit | 4f25069f55b5ee87bb214a975d97522155bffc2c (patch) | |
| tree | dfc8d126a80c869c1bc11d0d39d5f525fc95fbc8 /assets | |
| parent | bb04bcc42c1b135aaf50de8799264f86bc42f4db (diff) | |
| download | invidious-4f25069f55b5ee87bb214a975d97522155bffc2c.tar.gz invidious-4f25069f55b5ee87bb214a975d97522155bffc2c.tar.bz2 invidious-4f25069f55b5ee87bb214a975d97522155bffc2c.zip | |
remove unused variable
simplify resolve url
remove trailing spaces
Co-Authored-By: Samantaz Fox <coding@samantaz.fr>
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/js/comments.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/comments.js b/assets/js/comments.js index 00a8cae9..35ffa96e 100644 --- a/assets/js/comments.js +++ b/assets/js/comments.js @@ -131,7 +131,7 @@ function get_youtube_replies(target, load_more, load_replies) { '&hl=' + video_data.preferences.locale + '&thin_mode=' + video_data.preferences.thin_mode + '&continuation=' + continuation; - + if (video_data.ucid) { url += '&ucid=' + video_data.ucid } |
