Skip to content

Commit

Permalink
Have style.css take priority over default diva css
Browse files Browse the repository at this point in the history
  • Loading branch information
JRegimbal committed Jul 30, 2019
1 parent ff700ae commit 974bcfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/static/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<meta charset="UTF-8">
<head>
<title>Neon</title>
<script src="./pretty.js"></script>
<script src="./verovio-toolkit.js"></script>
<script src="//code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/d3/5.5.0/d3.min.js" integrity="sha256-0OcjjB7oKWCwru7gzilCYvXgTE9augkyvMI0WFC1ODg=" crossorigin="anonymous"></script>
<script src="./diva-v6.0.1/diva.js"></script>
<link rel="stylesheet" href="./diva-v6.0.1/diva.css"></link>
<script src="./pretty.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion views/editor.pug
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
html
head
title Neon
script(src='/pretty.js')
script(src='/verovio-toolkit.js')
script(src='//code.jquery.com/jquery-3.4.1.min.js' integrity='sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=' crossorigin='anonymous')
script(src='//cdnjs.cloudflare.com/ajax/libs/d3/5.5.0/d3.min.js' integrity='sha256-0OcjjB7oKWCwru7gzilCYvXgTE9augkyvMI0WFC1ODg=' crossorigin='anonymous')
script(src='/diva-v6.0.1/diva.js')
link(rel='stylesheet' href='/diva-v6.0.1/diva.css')
script(src='/pretty.js')
body
script(type='text/javascript').
var manifestText = decodeURIComponent("#{manifest}");
Expand Down

0 comments on commit 974bcfe

Please sign in to comment.