Skip to content

Commit

Permalink
Merge pull request #206 from leaningtech/cheerpj-loader-url-update
Browse files Browse the repository at this point in the history
updated url loader to 3.1
  • Loading branch information
GabrielaReyna authored Feb 3, 2025
2 parents 6d1c3d8 + 9a7d6a5 commit c7b987d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Java Web Start / JNLP applications in the browser without plugins.
[Discord server](https://discord.leaningtech.com)

```html
<script src="https://cjrtnc.leaningtech.com/3.0/cj3loader.js"></script>
<script src="https://cjrtnc.leaningtech.com/3.1/cj3loader.js"></script>
```

![](assets/explanation-diagram.webp)
Expand Down
2 changes: 1 addition & 1 deletion examples/FoilSim-Applet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<title>FoilSim applet (CheerpJ)</title>
<script src="https://cjrtnc.leaningtech.com/3.0/cj3loader.js"></script>
<script src="https://cjrtnc.leaningtech.com/3.1/cj3loader.js"></script>
</head>
<style>
div {
Expand Down
2 changes: 1 addition & 1 deletion examples/Interoperability/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<title>CheerpJ Java Interoperability Tutorial</title>
<script src="https://cjrtnc.leaningtech.com/3.0/cj3loader.js"></script>
<script src="https://cjrtnc.leaningtech.com/3.1/cj3loader.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/Pitch-Applet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<title>Pitch applet (CheerpJ)</title>
<script src="https://cjrtnc.leaningtech.com/3.0/cj3loader.js"></script>
<script src="https://cjrtnc.leaningtech.com/3.1/cj3loader.js"></script>
</head>
<style>
div {
Expand Down
2 changes: 1 addition & 1 deletion examples/Server-Client/Client/client.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<title>Client</title>
<script src="https://cjrtnc.leaningtech.com/3.0/cj3loader.js"></script>
<script src="https://cjrtnc.leaningtech.com/3.1/cj3loader.js"></script>
</head>
<body>
<input type="text" id="ip"></input>
Expand Down
2 changes: 1 addition & 1 deletion examples/Server-Client/Server/server.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<title>Server</title>
<script src="https://cjrtnc.leaningtech.com/3.0/cj3loader.js"></script>
<script src="https://cjrtnc.leaningtech.com/3.1/cj3loader.js"></script>
</head>
<body>
<input type="text" id="ip"></input>
Expand Down
2 changes: 1 addition & 1 deletion examples/Swing-Browser/browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<title>Browser</title>
<script src="https://cjrtnc.leaningtech.com/3.0/cj3loader.js"></script>
<script src="https://cjrtnc.leaningtech.com/3.1/cj3loader.js"></script>
</head>
<body>
<script>
Expand Down
2 changes: 1 addition & 1 deletion examples/SwingSet3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>SwingSet3 (CheerpJ)</title>
<script src="https://cjrtnc.leaningtech.com/3.0/cj3loader.js"></script>
<script src="https://cjrtnc.leaningtech.com/3.1/cj3loader.js"></script>
<style>
html, body {
margin: 0;
Expand Down

0 comments on commit c7b987d

Please sign in to comment.