Merge branch 'develop' of github.com:thecodingmachine/workadventure into metadataScriptingApi
This commit is contained in:
commit
cd2d090a8b
6 changed files with 466 additions and 88 deletions
|
@ -36,19 +36,5 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<!--<button id="showLayer">Show Layer</button>
|
||||
<script>
|
||||
document.getElementById('showLayer').onclick = () => {
|
||||
WA.showLayer('Metadata');
|
||||
console.log('show');
|
||||
}
|
||||
</script>
|
||||
<button id="hideLayer">Hide Layer</button>
|
||||
<script>
|
||||
document.getElementById('hideLayer').onclick = () => {
|
||||
WA.hideLayer('Metadata');
|
||||
console.log('hide');
|
||||
}
|
||||
</script>-->
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue