File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
client/modules/IDE/reducers Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ function draw() {
1212const defaultHTML = `<!DOCTYPE html>
1313<html lang="en">
1414 <head>
15- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.2 .0/p5.js"></script>
16- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.2 .0/addons/p5.sound.min.js"></script>
15+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.3 .0/p5.js"></script>
16+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.3 .0/addons/p5.sound.min.js"></script>
1717 <link rel="stylesheet" type="text/css" href="style.css">
1818 <meta charset="utf-8" />
1919
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ function draw() {
99const defaultHTML = `<!DOCTYPE html>
1010<html>
1111 <head>
12- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.2 .0/p5.js"></script>
13- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.2 .0/addons/p5.sound.min.js"></script>
12+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.3 .0/p5.js"></script>
13+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.3 .0/addons/p5.sound.min.js"></script>
1414 <link rel="stylesheet" type="text/css" href="style.css">
1515 <meta charset="utf-8" />
1616
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ import Project from '../models/project';
99const defaultHTML = `<!DOCTYPE html>
1010<html lang="en">
1111 <head>
12- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.2 .0/p5.js"></script>
13- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.2 .0/addons/p5.sound.min.js"></script>
12+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.3 .0/p5.js"></script>
13+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.3 .0/addons/p5.sound.min.js"></script>
1414 <link rel="stylesheet" type="text/css" href="style.css">
1515 <meta charset="utf-8" />
1616 </head>
You can’t perform that action at this time.
0 commit comments