Skip to content

Commit

Permalink
Merge pull request #243 from whitej6/issue-242
Browse files Browse the repository at this point in the history
Resolves #242 removing unneed javascript source as it is part of
  • Loading branch information
itdependsnetworks authored Apr 20, 2022
2 parents 803ce05 + 78a6bec commit 9aec2d6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,6 @@ <h1>{{ object }}</h1>
{% endblock content %}

{% block javascript %}
<script src="{% static 'clipboard.js/clipboard-2.0.6.min.js' %}"
onerror="window.location='{% url 'media_failure' %}?filename=clipboard.js/clipboard-2.0.6.min.js'">
</script>
<script>
url = window.location.href.split("?")[0];
window.history.pushState({}, document.title, url);
Expand Down

0 comments on commit 9aec2d6

Please sign in to comment.