mirror of
https://github.com/WilliamsNY/contain-element.git
synced 2024-11-23 06:14:09 -05:00
Switch the reference to the javascript include back to the minified version
This commit is contained in:
parent
f5ef27b187
commit
a55d067aa3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Contain Element - Examples</title>
|
||||
<script type="text/javascript" src="contain-element.js"></script>
|
||||
<script type="text/javascript" src="contain-element.min.js"></script>
|
||||
<style>
|
||||
html,
|
||||
body {
|
||||
|
|
Loading…
Reference in a new issue