diff options
| author | meow <woem> | 2022-04-25 13:14:08 +0300 |
|---|---|---|
| committer | meow <woem> | 2022-04-25 13:14:08 +0300 |
| commit | fafd4d93968f36f4b0f713eaef154ac0dc30de87 (patch) | |
| tree | 92169900e9c276a0587093d6e4fc6acbe817ed38 /assets/js/playlist_widget.js | |
| parent | 3431a1b1def2408a8b4ad26a831e6606b8db11f9 (diff) | |
| download | invidious-fafd4d93968f36f4b0f713eaef154ac0dc30de87.tar.gz invidious-fafd4d93968f36f4b0f713eaef154ac0dc30de87.tar.bz2 invidious-fafd4d93968f36f4b0f713eaef154ac0dc30de87.zip | |
new lines in the end of file
Diffstat (limited to 'assets/js/playlist_widget.js')
| -rw-r--r-- | assets/js/playlist_widget.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/playlist_widget.js b/assets/js/playlist_widget.js index d2f7d74c..c2565874 100644 --- a/assets/js/playlist_widget.js +++ b/assets/js/playlist_widget.js @@ -71,4 +71,4 @@ function remove_playlist_item(target) { }; xhr.send('csrf_token=' + playlist_data.csrf_token); -}
\ No newline at end of file +} |
