File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dashboards/templates/dashboards Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636 < a href ="# "> ☼</ a >
3737 < ul class ="dropdown ">
3838 < li class ="{% if request.COOKIES.appearanceMode == 'light' %}active{% endif %} ">
39- < a href ="# " onclick ="Dashboard.setAppearance('light') "> ☼ light</ a >
39+ < a href ="# " onclick ="Dashboard.setAppearance('light'); location.reload(); "> ☼ light</ a >
4040 </ li >
4141 < li class ="{% if request.COOKIES.appearanceMode == 'dark' %}active{% endif %} ">
42- < a href ="# " onclick ="Dashboard.setAppearance('dark') "> ☾ dark</ a >
42+ < a href ="# " onclick ="Dashboard.setAppearance('dark'); location.reload(); "> ☾ dark</ a >
4343 </ li >
4444 < li class ="{% if not request.COOKIES.appearanceMode %}active{% endif %} ">
45- < a href ="# " onclick ="Dashboard.setAppearance(null) "> 🖳 system</ a >
45+ < a href ="# " onclick ="Dashboard.setAppearance(null); location.reload(); "> 🖳 system</ a >
4646 </ li >
4747 </ ul >
4848 </ li >
You can’t perform that action at this time.
0 commit comments