Skip to content

Commit

Permalink
Merge pull request #425 from amiaopensource/rm-jquery
Browse files Browse the repository at this point in the history
Remove jQuery
  • Loading branch information
ablwr authored May 14, 2020
2 parents aa5d63f + f9ef8db commit 3984c8a
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 48 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<meta charset="utf-8">
<link rel="stylesheet" href="css/css.css">
<link rel="icon" href="img/vhs.ico">
<script src="js/jquery.min.js"></script>
<script src="js/js.js"></script>
</head>

<body>
Expand Down Expand Up @@ -125,6 +123,7 @@ <h5>Codec Defaults</h5>
<li><code>.mxf</code>: Audio Codec: pcm_s16le, Video Codec: mpeg2video</li>
<li><code>.wav</code>: Audio Codec: pcm_s16le (16 bit PCM)</li>
</ul>
<p class="link"></p>
</div>
<!-- End Codec Defaults -->

Expand Down Expand Up @@ -2863,5 +2862,6 @@ <h3>*****Longer title*****</h3>
<p>Made with ♥ at <a href="https://wiki.curatecamp.org/index.php/Association_of_Moving_Image_Archivists_%26_Digital_Library_Federation_Hack_Day_2015" target="_blank">AMIA #AVhack15</a>! Contribute to the project via <a href="https://github.com/amiaopensource/ffmprovisr" target="_blank">our GitHub page</a>!</p>
</footer>
</div><!-- ends "grid" -->
<script src="js/js.js"></script>
</body>
</html>
Loading

0 comments on commit 3984c8a

Please sign in to comment.