Skip to content

Commit

Permalink
Fourth publish (v. 0.9): test.html and readme.md changed
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlOrff committed Jun 30, 2014
1 parent e598805 commit 03383b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Features:
* no specific file extension needed

## Usage
$('a').setVgwortPdfLink();
<script src="//code.jquery.com/jquery-2.1.1.min.js" type="text/javascript"></script>
<script src="jquery-vgwort.min.js" type="text/javascript"></script>
<script type="text/javascript">$( document ).ready( function(){ $('a').setVgwortPdfLink() } )</script>

## Author and license
(c) 2012- Ingram Braun
Expand Down
4 changes: 2 additions & 2 deletions test.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<html>
<head>
<script src="//code.jquery.com/jquery-2.1.1.min.js" type="text/javascript"></script>
<script src="jquery-vgwort.js" type="text/javascript"></script>
<script src="jquery-vgwort.min.js" type="text/javascript"></script>
<script type="text/javascript">$( document ).ready( function(){ $('a').setVgwortPdfLink() } )</script>
</head>
<body>
<ul>
<li><a hreflang="de" href="http://vg06.met.vgwort.de/na/e9a304d884c24fa691657dae29300ffb?l=http://ingram-braun.net/public/chess/training/Trainerhausarbeit.pdf" type="application/pdf" media="print" target="_blank">C-Trainerarbeit</a></li>
<li><a hreflang="de" href="HTTP://VG06.MET.VGWORT.DE/na/e9a304d884c24fa691657dae29300ffb?l=http://ingram-braun.net/public/chess/training/Trainerhausarbeit.pdf" type="application/pdf" media="print" target="_blank">C-Trainerarbeit</a></li>
</ul>
<script type="text/javascript">$('a').setVgwortPdfLink()</script>
</body>
</html>

0 comments on commit 03383b7

Please sign in to comment.