Skip to content

Commit

Permalink
skip missing js file
Browse files Browse the repository at this point in the history
  • Loading branch information
longhotsummer committed Aug 16, 2023
1 parent 41d46da commit 40c38db
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions peachjam/templates/peachjam/layouts/document_detail.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{% extends 'peachjam/layouts/main.html' %}
{% load peachjam i18n static %}
{% block title %}{{ document.title }}{% endblock %}
{% block head-js %}
<!-- app-prod.js depends on pdf.js to be loaded-->
<!-- <script defer src="{% static 'lib/pdfjs/pdf.js' %}"></script> -->
{{ block.super }}
{% endblock %}
{% block head-meta %}
{{ block.super }}
<meta property="og:title" content="{{ document.title }}" />
Expand Down

0 comments on commit 40c38db

Please sign in to comment.