mirror of
https://github.com/iv-org/invidious.git
synced 2025-12-16 17:03:58 -05:00
Revert "refactor: pass mark_watched_after_duration preference to frontend"
This reverts commit afd23d1910.
This commit is contained in:
parent
eafd2017ca
commit
b010aa3213
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue