Minor fixes

This commit is contained in:
Eric Woodward 2023-08-28 00:06:58 -04:00
parent 5c58d7d051
commit e108a35fb6
4 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "planar-vagabond",
"version": "0.11.6",
"version": "0.11.7",
"description": "",
"main": "index.js",
"scripts": {

View File

@ -10,7 +10,6 @@
export default (() => {
// we load this library via "module" to guarantee baseline ES6 functionality
console.log('boot!', window.Cookies);
// check for loaded libraries
if (!window.Cookies) return;

View File

@ -83,6 +83,8 @@
<li><a href="/races/index.html">Races</a></li>
<li><a href="/tools/index.html">Referee's Tools</a></li>
<li class="hasSubMenu">
<details open>
<summary>
@ -139,6 +141,8 @@
<li><a href="/rules/index.html">Rules</a></li>
<li><a href="/tools/index.html">Tools</a></li>
<li><a href="/campaign/index.html">Campaign</a></li>
</ul>
</nav>

View File

@ -1,6 +1,6 @@
---
title: Referee's Tools
description:
title: Referee's Tools (Beta)
description: A few useful tools for referees, currently in open beta.
date_pub: 2023-08-23T21:01:00-04:00
section: tools
content_type: feature