Merge branch 'develop' of github.com:thecodingmachine/workadventure into metadataScriptingApi
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user