From 2b53e3e2ef985a01fecede6a5854428391d83726 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 26 Nov 2021 15:51:03 +0100 Subject: =?UTF-8?q?Ajout=20pr=C3=A9sentation=20et=20programme=20du=2011/12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/presentations/2021-11-13/garage/test/assets/external-script-a.js | 1 + static/presentations/2021-11-13/garage/test/assets/external-script-b.js | 1 + static/presentations/2021-11-13/garage/test/assets/external-script-c.js | 1 + static/presentations/2021-11-13/garage/test/assets/external-script-d.js | 1 + 4 files changed, 4 insertions(+) create mode 100644 static/presentations/2021-11-13/garage/test/assets/external-script-a.js create mode 100644 static/presentations/2021-11-13/garage/test/assets/external-script-b.js create mode 100644 static/presentations/2021-11-13/garage/test/assets/external-script-c.js create mode 100644 static/presentations/2021-11-13/garage/test/assets/external-script-d.js (limited to 'static/presentations/2021-11-13/garage/test/assets') diff --git a/static/presentations/2021-11-13/garage/test/assets/external-script-a.js b/static/presentations/2021-11-13/garage/test/assets/external-script-a.js new file mode 100644 index 0000000..cbc8da1 --- /dev/null +++ b/static/presentations/2021-11-13/garage/test/assets/external-script-a.js @@ -0,0 +1 @@ +window.externalScriptSequence += 'A'; \ No newline at end of file diff --git a/static/presentations/2021-11-13/garage/test/assets/external-script-b.js b/static/presentations/2021-11-13/garage/test/assets/external-script-b.js new file mode 100644 index 0000000..e5bca5a --- /dev/null +++ b/static/presentations/2021-11-13/garage/test/assets/external-script-b.js @@ -0,0 +1 @@ +window.externalScriptSequence += 'B'; \ No newline at end of file diff --git a/static/presentations/2021-11-13/garage/test/assets/external-script-c.js b/static/presentations/2021-11-13/garage/test/assets/external-script-c.js new file mode 100644 index 0000000..7d4ccf6 --- /dev/null +++ b/static/presentations/2021-11-13/garage/test/assets/external-script-c.js @@ -0,0 +1 @@ +window.externalScriptSequence += 'C'; \ No newline at end of file diff --git a/static/presentations/2021-11-13/garage/test/assets/external-script-d.js b/static/presentations/2021-11-13/garage/test/assets/external-script-d.js new file mode 100644 index 0000000..1c5925b --- /dev/null +++ b/static/presentations/2021-11-13/garage/test/assets/external-script-d.js @@ -0,0 +1 @@ +window.externalScriptSequence += 'D'; \ No newline at end of file -- cgit v1.2.3