File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ <h4 id="Protocol">2.1.1 Protocol</h4>
3232over HTTPS.</ p >
3333
3434< pre > < code class ="language-html prettyprint badcode "> <!-- Not recommended: omits the protocol -->
35- <script src="//ajax.googleapis.com/ajax/libs/jquery/3.1 .0/jquery.min.js"></script>
35+ <script src="//ajax.googleapis.com/ajax/libs/jquery/3.4 .0/jquery.min.js"></script>
3636
3737<!-- Not recommended: uses HTTP -->
38- <script src="http://ajax.googleapis.com/ajax/libs/jquery/3.1 .0/jquery.min.js"></script>
38+ <script src="http://ajax.googleapis.com/ajax/libs/jquery/3.4 .0/jquery.min.js"></script>
3939</ code > </ pre >
4040
4141< pre > < code class ="language-html prettyprint "> <!-- Recommended -->
42- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1 .0/jquery.min.js"></script>
42+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4 .0/jquery.min.js"></script>
4343</ code > </ pre >
4444
4545< pre > < code class ="language-css prettyprint badcode "> /* Not recommended: omits the protocol */
You can’t perform that action at this time.
0 commit comments