Enhance character sheet layout and tooltips; add housing description to JSON data
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m22s
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m22s
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
{% include footer.html %}
|
||||
<script src="{{ "/assets/js/materialize.min.js" | relative_url }}"></script>
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
const elems = document.querySelectorAll('.tooltipped');
|
||||
const instances = M.Tooltip.init(elems, {});
|
||||
});
|
||||
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
var sidenavElems = document.querySelectorAll('.sidenav');
|
||||
var sidenavInstances = M.Sidenav.init(sidenavElems, {});
|
||||
|
||||
Reference in New Issue
Block a user