Minor fixes
This commit is contained in:
parent
5c58d7d051
commit
e108a35fb6
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "planar-vagabond",
|
"name": "planar-vagabond",
|
||||||
"version": "0.11.6",
|
"version": "0.11.7",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
export default (() => {
|
export default (() => {
|
||||||
// we load this library via "module" to guarantee baseline ES6 functionality
|
// we load this library via "module" to guarantee baseline ES6 functionality
|
||||||
console.log('boot!', window.Cookies);
|
|
||||||
|
|
||||||
// check for loaded libraries
|
// check for loaded libraries
|
||||||
if (!window.Cookies) return;
|
if (!window.Cookies) return;
|
||||||
|
@ -83,6 +83,8 @@
|
|||||||
|
|
||||||
<li><a href="/races/index.html">Races</a></li>
|
<li><a href="/races/index.html">Races</a></li>
|
||||||
|
|
||||||
|
<li><a href="/tools/index.html">Referee's Tools</a></li>
|
||||||
|
|
||||||
<li class="hasSubMenu">
|
<li class="hasSubMenu">
|
||||||
<details open>
|
<details open>
|
||||||
<summary>
|
<summary>
|
||||||
@ -139,6 +141,8 @@
|
|||||||
|
|
||||||
<li><a href="/rules/index.html">Rules</a></li>
|
<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>
|
<li><a href="/campaign/index.html">Campaign</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Referee's Tools
|
title: Referee's Tools (Beta)
|
||||||
description:
|
description: A few useful tools for referees, currently in open beta.
|
||||||
date_pub: 2023-08-23T21:01:00-04:00
|
date_pub: 2023-08-23T21:01:00-04:00
|
||||||
section: tools
|
section: tools
|
||||||
content_type: feature
|
content_type: feature
|
||||||
|
Loading…
Reference in New Issue
Block a user