summaryrefslogtreecommitdiffstats
path: root/assets/js
diff options
context:
space:
mode:
authorChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com>2023-09-26 19:05:37 -0400
committerChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com>2023-09-27 17:36:06 -0400
commit4f25069f55b5ee87bb214a975d97522155bffc2c (patch)
treedfc8d126a80c869c1bc11d0d39d5f525fc95fbc8 /assets/js
parentbb04bcc42c1b135aaf50de8799264f86bc42f4db (diff)
downloadinvidious-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/js')
-rw-r--r--assets/js/comments.js2
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
}