diff options
-rw-r--r-- | core/0001.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/0001.patch b/core/0001.patch index a843cea..902b080 100644 --- a/core/0001.patch +++ b/core/0001.patch @@ -1,11 +1,11 @@ diff --git a/settings.py b/settings.py -index 4cd882b..53290a2 100644 +index f0c297a..80ce7d7 100644 --- a/settings.py +++ b/settings.py -@@ -456,6 +456,6 @@ def settings_page(): +@@ -462,6 +462,6 @@ def settings_page(): + for func, old_value, value in to_call: + func(old_value, value) - globals().update(current_settings_dict) - save_settings(current_settings_dict) - return flask.redirect(util.URL_ORIGIN + '/settings', 303) + return flask.redirect(util.URL_ORIGIN) else: @@ -115,7 +115,7 @@ index c163d9e..d2b589c 100644 .item-video { diff --git a/youtube/static/watch.css b/youtube/static/watch.css -index d9487bf..5991caf 100644 +index 116dbae..6e4e645 100644 --- a/youtube/static/watch.css +++ b/youtube/static/watch.css @@ -407,11 +407,9 @@ label[for=options-toggle-cbox] { |