Skip to content

Commit fafd4d9

Browse files
author
meow
committed
new lines in the end of file
1 parent 3431a1b commit fafd4d9

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

assets/js/playlist_widget.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ function remove_playlist_item(target) {
7171
};
7272

7373
xhr.send('csrf_token=' + playlist_data.csrf_token);
74-
}
74+
}

assets/js/themes.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,3 @@ function update_mode (mode) {
8888
}
8989
// else do nothing, falling back to the mode defined by the `dark_mode` preference on the preferences page (backend)
9090
}
91-
92-

assets/js/watched_widget.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ function mark_unwatched(target) {
4848
};
4949

5050
xhr.send('csrf_token=' + watched_data.csrf_token);
51-
}
51+
}

0 commit comments

Comments
 (0)