Skip to content

Commit

Permalink
AO3-6636 Remove rollout guard for speculation rules (#4674)
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic authored Nov 27, 2023
1 parent 4ec559f commit ee5f41e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/chapters/_chapter.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<%= render "chapters/chapter_management", chapter: chapter, work: @work %>
<% end %>

<% cache_if(!@preview_mode, "#{@work.cache_key}/#{chapter.cache_key}-show-v5", skip_digest: true) do %>
<% cache_if(!@preview_mode, "#{@work.cache_key}/#{chapter.cache_key}-show-v6", skip_digest: true) do %>

<div class="chapter<%= ' preface' unless @preview_mode %> group">
<h3 class="title">
Expand Down Expand Up @@ -79,7 +79,7 @@
</div>
<% end %>

<% if @next_chapter && $rollout.active?(:prefetch_next_chapter) %>
<% if @next_chapter %>
<script type="speculationrules">
{
"prefetch": [
Expand Down

0 comments on commit ee5f41e

Please sign in to comment.