Minor fixes
This commit is contained in:
parent
5c58d7d051
commit
e108a35fb6
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "planar-vagabond",
|
||||
"version": "0.11.6",
|
||||
"version": "0.11.7",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -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;
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user