new lines in the end of file

pull/3045/head
meow 2 years ago
parent 3431a1b1de
commit fafd4d9396

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

@ -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) // else do nothing, falling back to the mode defined by the `dark_mode` preference on the preferences page (backend)
} }

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

Loading…
Cancel
Save