update patch
This commit is contained in:
parent
7634cffcb8
commit
2ad12f2ef9
@ -1,11 +1,11 @@
|
|||||||
diff --git a/settings.py b/settings.py
|
diff --git a/settings.py b/settings.py
|
||||||
index 4cd882b..53290a2 100644
|
index f0c297a..80ce7d7 100644
|
||||||
--- a/settings.py
|
--- a/settings.py
|
||||||
+++ b/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 + '/settings', 303)
|
||||||
+ return flask.redirect(util.URL_ORIGIN)
|
+ return flask.redirect(util.URL_ORIGIN)
|
||||||
else:
|
else:
|
||||||
@ -115,7 +115,7 @@ index c163d9e..d2b589c 100644
|
|||||||
|
|
||||||
.item-video {
|
.item-video {
|
||||||
diff --git a/youtube/static/watch.css b/youtube/static/watch.css
|
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
|
--- a/youtube/static/watch.css
|
||||||
+++ b/youtube/static/watch.css
|
+++ b/youtube/static/watch.css
|
||||||
@@ -407,11 +407,9 @@ label[for=options-toggle-cbox] {
|
@@ -407,11 +407,9 @@ label[for=options-toggle-cbox] {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user