Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 24208b5

Browse files
committed
Removed hot linked query from goggle apis.
1 parent 3d430ab commit 24208b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/templates/index.mustache

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
<link rel="stylesheet" href="styleguide/css/states.css?{{ cacheBuster }}" media="all" />
1818
<link rel="stylesheet" href="styleguide/css/vendor/prism.css?{{ cacheBuster }}" media="all" />
1919

20-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
21-
<script>window.jQuery || document.write('<script src="styleguide/js/vendor/jquery.js"><\/script>')</script>
20+
<script src="styleguide/js/vendor/jquery.js"></script>
2221
</head>
2322
<body id="patternlab-body">
2423
<!--Style Guide Header-->

0 commit comments

Comments
 (0)