Skip to content

Commit

Permalink
Deploying to gh-pages from master @ 9cbdf47 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ValdoTR committed Jul 11, 2024
1 parent 68551c0 commit 20002d1
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
File renamed without changes
File renamed without changes
Binary file modified conference.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion conference.tmj

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
path = path.substr(path, path.length - 'index.html'.length);
}
const instanceId = Math.random().toString(36).substring(2, 15);
const url = `https://play.workadventu.re/_/${instanceId}/${host}${path}map.tmj`;
const url = `https://play.workadventu.re/_/${instanceId}/${host}${path}office.tmj`;
document.getElementById('testMapURL').href = url;
document.getElementById('testMapBtnURL').href = url;
document.getElementById('testMapURL').innerText = url;

const tmjURL = window.location.protocol + '//' + window.location.host + path + 'map.tmj';
const tmjURL = window.location.protocol + '//' + window.location.host + path + 'office.tmj';
document.getElementById('tmjURL').innerText = tmjURL;

const gettingStartedLink = 'https://workadventu.re/getting-started?name=Map&mapUrl=' + tmjURL;
Expand Down Expand Up @@ -150,8 +150,8 @@
<section>
<h2>Test my map</h2>
<p><a id="testMapURL" href="#" class="url"></a></p>
<p class="tips">(In order to test another map, locate "map.tmj" at the end of the URL and replace it by another file name)</p>
<img src="./assets/map-7f74ee09.png" alt="Map thumbnail" class="map">
<p class="tips">(In order to test another map, locate "office.tmj" at the end of the URL and replace it by another file name)</p>
<img src="./assets/office-7f74ee09.png" alt="Map thumbnail" class="map">
<p><a id="testMapBtnURL" href="#" class="button">Test my map</a></p>
</section>

Expand Down
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion map.tmj → office.tmj

Large diffs are not rendered by default.

0 comments on commit 20002d1

Please sign in to comment.