From bb891b0ffa4a1e8127d3a10890badb4c5bc9c530 Mon Sep 17 00:00:00 2001 From: Simon Howe Date: Mon, 11 Apr 2016 10:00:24 +0200 Subject: [PATCH] Adds '?' button down to bottom to toggle shortcut overlay --- client/app/scripts/components/footer.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/app/scripts/components/footer.js b/client/app/scripts/components/footer.js index 590c7db01..904b22018 100644 --- a/client/app/scripts/components/footer.js +++ b/client/app/scripts/components/footer.js @@ -4,7 +4,7 @@ import moment from 'moment'; import { getUpdateBufferSize } from '../utils/update-buffer-utils'; import { contrastModeUrl, isContrastMode } from '../utils/contrast-utils'; import { clickDownloadGraph, clickForceRelayout, clickPauseUpdate, - clickResumeUpdate } from '../actions/app-actions'; + clickResumeUpdate, toggleHelp } from '../actions/app-actions'; import { basePathSlash } from '../utils/web-api-utils'; export default function Footer(props) { @@ -64,6 +64,9 @@ export default function Footer(props) { + + +