Minor fixes
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user