mirror of
https://github.com/iv-org/invidious.git
synced 2025-12-25 15:18:29 -06:00
Revert "refactor: pass mark_watched_after_duration preference to frontend"
This reverts commit afd23d1910790877ef3b998e48544bdb6f872af4.
This commit is contained in:
parent
eafd2017ca
commit
b010aa3213
@ -28,9 +28,6 @@
|
|||||||
|
|
||||||
<body class="<%= dark_mode.blank? ? "no" : dark_mode %>-theme">
|
<body class="<%= dark_mode.blank? ? "no" : dark_mode %>-theme">
|
||||||
<span style="display:none" id="dark_mode_pref"><%= dark_mode %></span>
|
<span style="display:none" id="dark_mode_pref"><%= dark_mode %></span>
|
||||||
<% if env.get? "user" %>
|
|
||||||
<span style="display:none" id="mark_watched_after_duration_pref"><%= preferences.mark_watched_after_duration %></span>
|
|
||||||
<% end %>
|
|
||||||
<div class="pure-g">
|
<div class="pure-g">
|
||||||
<div class="pure-u-1 pure-u-xl-20-24" id="contents">
|
<div class="pure-u-1 pure-u-xl-20-24" id="contents">
|
||||||
<div class="pure-g navbar h-box">
|
<div class="pure-g navbar h-box">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user