Skip to content

Commit

Permalink
Fix js reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzohrab committed Oct 29, 2023
1 parent 5d3103f commit 4ecf771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lute/templates/read/flashcopied.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<script type="text/javascript" src="/js/jquery.js" charset="utf-8"></script>
<script type="text/javascript" src="{{ url_for('static', filename='/js/jquery.js') }}" charset="utf-8"></script>
<style>
.flash {
margin-top: 20px;
Expand Down

0 comments on commit 4ecf771

Please sign in to comment.