diff options
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/js/playlist_widget.js | 2 | ||||
| -rw-r--r-- | assets/js/themes.js | 2 | ||||
| -rw-r--r-- | assets/js/watched_widget.js | 2 |
3 files changed, 2 insertions, 4 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 +} diff --git a/assets/js/themes.js b/assets/js/themes.js index 290b538b..36556a0b 100644 --- a/assets/js/themes.js +++ b/assets/js/themes.js @@ -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) } - - diff --git a/assets/js/watched_widget.js b/assets/js/watched_widget.js index b597a3c8..87989a79 100644 --- a/assets/js/watched_widget.js +++ b/assets/js/watched_widget.js @@ -48,4 +48,4 @@ function mark_unwatched(target) { }; xhr.send('csrf_token=' + watched_data.csrf_token); -}
\ No newline at end of file +} |
