|
44 | 44 | <script src="null"></script> |
45 | 45 | <script> |
46 | 46 | window.jQuery || |
47 | | - document.write( |
48 | | - unescape( |
49 | | - '%3Cscript src="http://api.jquery.com/jquery-wp-content/themes/jquery/js/jquery-1.9.1.min.js"%3E%3C/script%3E' |
50 | | - ) |
51 | | - ); |
| 47 | + document.write( |
| 48 | + unescape( |
| 49 | + '%3Cscript src="http://api.jquery.com/jquery-wp-content/themes/jquery/js/jquery-1.9.1.min.js"%3E%3C/script%3E' |
| 50 | + ) |
| 51 | + ); |
52 | 52 | </script> |
53 | 53 | <script src="null"></script> |
54 | 54 |
|
|
58 | 58 | <script src="null"></script> |
59 | 59 | <style type="text/css"> |
60 | 60 | .tk-source-code-pro { |
61 | | - font-family: 'source-code-pro', sans-serif; |
62 | | - } |
63 | | - .tk-klavika-web { |
64 | | - font-family: 'klavika-web', sans-serif; |
65 | | - } |
| 61 | + font-family: 'source-code-pro', sans-serif; |
| 62 | + } |
| 63 | + .tk-klavika-web { |
| 64 | + font-family: 'klavika-web', sans-serif; |
| 65 | + } |
66 | 66 | </style> |
67 | 67 | <link |
68 | 68 | rel="stylesheet" |
|
71 | 71 | /> |
72 | 72 | <script> |
73 | 73 | try { |
74 | | - Typekit.load(); |
75 | | - } catch (_e) {} |
| 74 | + Typekit.load(); |
| 75 | + } catch (_e) {} |
76 | 76 | </script> |
77 | 77 |
|
78 | 78 | <link |
@@ -2896,23 +2896,23 @@ <h3><span>Books</span></h3> |
2896 | 2896 |
|
2897 | 2897 | <script> |
2898 | 2898 | // biome-ignore lint/correctness/noInvalidUseBeforeDeclaration: Vendor script |
2899 | | - var _gaq = _gaq || []; |
2900 | | - _gaq.push(['_setAccount', 'UA-1076265-1']); |
2901 | | - _gaq.push(['_setDomainName', 'api.jquery.com']); |
2902 | | - _gaq.push(['_setAllowLinker', true]); |
2903 | | - _gaq.push(['_trackPageview']); |
2904 | | - |
2905 | | - (() => { |
2906 | | - var ga = document.createElement('script'); |
2907 | | - ga.type = 'text/javascript'; |
2908 | | - ga.async = true; |
2909 | | - ga.src = |
2910 | | - `${document.location.protocol === 'https:' |
2911 | | - ? 'https://ssl' |
2912 | | - : 'http://www'}.google-analytics.com/ga.js`; |
2913 | | - var s = document.getElementsByTagName('script')[0]; |
2914 | | - s.parentNode.insertBefore(ga, s); |
2915 | | - })(); |
| 2899 | + var _gaq = _gaq || []; |
| 2900 | + _gaq.push(['_setAccount', 'UA-1076265-1']); |
| 2901 | + _gaq.push(['_setDomainName', 'api.jquery.com']); |
| 2902 | + _gaq.push(['_setAllowLinker', true]); |
| 2903 | + _gaq.push(['_trackPageview']); |
| 2904 | + |
| 2905 | + (() => { |
| 2906 | + var ga = document.createElement('script'); |
| 2907 | + ga.type = 'text/javascript'; |
| 2908 | + ga.async = true; |
| 2909 | + ga.src = |
| 2910 | + `${document.location.protocol === 'https:' |
| 2911 | + ? 'https://ssl' |
| 2912 | + : 'http://www'}.google-analytics.com/ga.js`; |
| 2913 | + var s = document.getElementsByTagName('script')[0]; |
| 2914 | + s.parentNode.insertBefore(ga, s); |
| 2915 | + })(); |
2916 | 2916 | </script> |
2917 | 2917 |
|
2918 | 2918 | <div id="cboxOverlay" style="display: none;"></div> |
|
0 commit comments