Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 9d4772b

Browse files
committed
Fine tuning
1 parent b37afc9 commit 9d4772b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### News
66

7-
+ Fork of [https://github.com/wbotelhos/raty](jQuery Raty)
7+
+ Fork of [jQuery Raty](https://github.com/wbotelhos/raty)
88

99
### Changes
1010

demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ <h1>Mouseout</h1>
463463
<link href="demo/stylesheets/labs.css" media="screen" rel="stylesheet" type="text/css">
464464

465465
<script src="demo/javascripts/jquery.js"></script>
466-
<script src="lib/jquery.raty.js"></script>
466+
<script src="lib/jquery.raty-fa.js"></script>
467467
<script src="demo/javascripts/demo.js"></script>
468468
</body>
469469
</html>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
* Licensed under The MIT License
55
*
66
* @author : Jacob Overgaard
7-
* @doc : -
8-
* @version : 2.5.2
7+
* @doc : http://jacob87.github.io/raty-fa/
8+
* @version : 0.1
99
*
1010
*/
1111

spec/run.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" type="text/css" href="lib/jasmine.css">
88

99
<script type="text/javascript" src="../demo/javascripts/jquery.js"></script>
10-
<script type="text/javascript" src="../lib/jquery.raty.js"></script>
10+
<script type="text/javascript" src="../lib/jquery.raty-fa.js"></script>
1111

1212
<script type="text/javascript" src="lib/jasmine.js"></script>
1313
<script type="text/javascript" src="lib/jasmine-html.js"></script>

0 commit comments

Comments
 (0)