Skip to content

Commit 4d47246

Browse files
author
Albin Söderqvist
committed
Add js source files.
1 parent 9a6a334 commit 4d47246

File tree

3 files changed

+2244
-3
lines changed

3 files changed

+2244
-3
lines changed

jslicense.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<tr>
2222
<td><a href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js">highlight.min.js</a></td>
2323
<td><a href="http://opensource.org/licenses/BSD-3-Clause">BSD 3 Clause</a></td>
24-
<td><a href="https://github.com/isagalaev/highlight.js/blob/8.4/src/highlight.js">highlight.js</a></td>
24+
<td><a href="src/highlight.js">highlight.js</a></td>
2525
</tr>
2626
<tr>
2727
<td><a href="bower_components/tv4/tv4.js">tv4.js</a></td>
@@ -56,12 +56,17 @@
5656
<tr>
5757
<td><a href="dist/bootstrap-decorator.min.js">bootstrap-decorator.min.js</a></td>
5858
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
59-
<td><a href="dist/bootstrap-decorator.js">bootstrap-decorator.js</a></td>
59+
<td><a href="src/directives/decorators/bootstrap/bootstrap-decorator.js">bootstrap-decorator.js</a></td>
6060
</tr>
6161
<tr>
6262
<td><a href="https://cdn.jsdelivr.net/jquery.slick/1.4.0/slick.min.js">slick.min.js</a></td>
6363
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
64-
<td><a href="https://github.com/kenwheeler/slick/blob/1.4.0/slick/slick.js">slick.js</a></td>
64+
<td><a href="src/slick.js">slick.js</a></td>
65+
</tr>
66+
<tr>
67+
<td><a href="https://code.jquery.com/jquery-2.1.1.min.js">jquery-2.1.1.min.js</a></td>
68+
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
69+
<td><a href="https://code.jquery.com/jquery-2.1.1.js">jquery-2.1.1.js</a></td>
6570
</tr>
6671
</table>
6772
</footer>

0 commit comments

Comments
 (0)