Skip to content

Commit

Permalink
Removed the rel attributes to avoid HTML5 validator warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Moore committed Oct 7, 2011
1 parent 6c52f96 commit a4d4350
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example1/index.html
Expand Up @@ -10,7 +10,7 @@
</style>
<link media="screen" rel="stylesheet" href="colorbox.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js"></script>
<script src="../jquery.colorbox.js"></script>
<script src="../colorbox/jquery.colorbox.js"></script>
<script>
$(document).ready(function(){
//Examples of how to assign the ColorBox event to elements
Expand Down
2 changes: 1 addition & 1 deletion example2/index.html
Expand Up @@ -10,7 +10,7 @@
</style>
<link media="screen" rel="stylesheet" href="colorbox.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js"></script>
<script src="../jquery.colorbox.js"></script>
<script src="../colorbox/jquery.colorbox.js"></script>
<script>
$(document).ready(function(){
//Examples of how to assign the ColorBox event to elements
Expand Down
2 changes: 1 addition & 1 deletion example3/index.html
Expand Up @@ -10,7 +10,7 @@
</style>
<link media="screen" rel="stylesheet" href="colorbox.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js"></script>
<script src="../jquery.colorbox.js"></script>
<script src="../colorbox/jquery.colorbox.js"></script>
<script>
$(document).ready(function(){
//Examples of how to assign the ColorBox event to elements
Expand Down
2 changes: 1 addition & 1 deletion example4/index.html
Expand Up @@ -10,7 +10,7 @@
</style>
<link media="screen" rel="stylesheet" href="colorbox.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js"></script>
<script src="../jquery.colorbox.js"></script>
<script src="../colorbox/jquery.colorbox.js"></script>
<script>
$(document).ready(function(){
//Examples of how to assign the ColorBox event to elements
Expand Down
2 changes: 1 addition & 1 deletion example5/index.html
Expand Up @@ -10,7 +10,7 @@
</style>
<link media="screen" rel="stylesheet" href="colorbox.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js"></script>
<script src="../jquery.colorbox.js"></script>
<script src="../colorbox/jquery.colorbox.js"></script>
<script>
$(document).ready(function(){
//Examples of how to assign the ColorBox event to elements
Expand Down

0 comments on commit a4d4350

Please sign in to comment.