Skip to content

Commit

Permalink
Upgrade jquery 2.1.4 to 3.6.0 (#1637)
Browse files Browse the repository at this point in the history
* Upgrade jquery 2.1.4 to 3.6.0

* Clarify gopherjs usage
  • Loading branch information
tlimoncelli committed Jul 21, 2022
1 parent c4afb08 commit 9f5c350
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_layouts/default.html
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r"
crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-2.1.4.min.js" integrity="sha384-R4/ztc4ZlRqWjqIuvf6RX5yb/v90qNGx6fS48N0tRxiGkqveZETq72KgDVJCp2TC"
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha384-vtXRMe3mGCbOeY7l30aIg8H9p3GdeSe4IFlP6G8JMa7o7lXvnz3GFKzPxzJdPfGK"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
crossorigin="anonymous"></script>
Expand Down Expand Up @@ -63,4 +63,4 @@
</script>
</body>

</html>
</html>
1 change: 1 addition & 0 deletions docs/release-engineering.md
Expand Up @@ -219,6 +219,7 @@ Build the software:
NOTE: GOOS can't be Darwin because GOPHERJS doesn't support it.

```
cd docs/flattener
export GOPHERJS_GOROOT="$(go1.17.1 env GOROOT)"
export GOOS=linux
gopherjs build
Expand Down

0 comments on commit 9f5c350

Please sign in to comment.