mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-05 18:24:06 +00:00
semicolons
This commit is contained in:
@@ -20,7 +20,7 @@ function add_playlist_video(target) {
|
||||
option.innerText = '✓' + option.innerText;
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
xhr.send('csrf_token=' + playlist_data.csrf_token);
|
||||
}
|
||||
@@ -44,7 +44,7 @@ function add_playlist_item(target) {
|
||||
tile.style.display = '';
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
xhr.send('csrf_token=' + playlist_data.csrf_token);
|
||||
}
|
||||
@@ -68,7 +68,7 @@ function remove_playlist_item(target) {
|
||||
tile.style.display = '';
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
xhr.send('csrf_token=' + playlist_data.csrf_token);
|
||||
}
|
Reference in New Issue
Block a user