Skip to content

Commit 78353f0

Browse files
committed
Merge branch 'master' of github.com:jquery/web-base-template
2 parents 0089978 + 605858c commit 78353f0

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ <h3><span>Books</span></h3>
394394
<script src="resources/js/plugins/jquery.infieldlabel.min.js"></script>
395395
<script src="resources/js/plugins/app.base.js"></script>
396396
<script src="resources/js/plugins.js"></script>
397-
398397
<script src="resources/js/scripts.js"></script>
399398

400399
<!-- /scripts -->

resources/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import "syntax.css";
1+
@import url("syntax.css");
22

33
/* ------------------------------------------------------------------------------
44
================================================== */

resources/js/plugins/syntaxhighlighter.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/js/scripts.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
// The plugin included by SyntaxHighlighter breaks Number
2-
// parsing in the jQuery Animate function. You must use
3-
// strings instead of numbers so it still works.
4-
jQuery.InFieldLabels.defaultOptions.defaultOpacity = "1.0";
5-
jQuery.InFieldLabels.defaultOptions.fadeOpacity = "0.5";
1+
2+
jQuery.InFieldLabels.defaultOptions.defaultOpacity = 1;
3+
jQuery.InFieldLabels.defaultOptions.fadeOpacity = 0.5;
64

75

86
//

0 commit comments

Comments
 (0)