Skip to content

Commit

Permalink
page_content rendering shouldn't start hover mode.
Browse files Browse the repository at this point in the history
The page content is ajaxed in sometimes, but that doesn't mean that it
should assume anything about the current operation mode.
  • Loading branch information
jzohrab committed Dec 19, 2024
1 parent 1de092a commit 1ddde2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lute/templates/read/page_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@

<script>
// Defined in lute.js
parent.start_hover_mode();
parent.add_status_classes();
</script>

0 comments on commit 1ddde2e

Please sign in to comment.