new lines in the end of file

This commit is contained in:
meow 2022-04-25 13:14:08 +03:00
parent 3431a1b1de
commit fafd4d9396
3 changed files with 2 additions and 4 deletions

View File

@ -71,4 +71,4 @@ function remove_playlist_item(target) {
};
xhr.send('csrf_token=' + playlist_data.csrf_token);
}
}

View File

@ -88,5 +88,3 @@ function update_mode (mode) {
}
// else do nothing, falling back to the mode defined by the `dark_mode` preference on the preferences page (backend)
}

View File

@ -48,4 +48,4 @@ function mark_unwatched(target) {
};
xhr.send('csrf_token=' + watched_data.csrf_token);
}
}