From d7f1f2f1be56ef9bd820d21268bbe11124c60a12 Mon Sep 17 00:00:00 2001 From: Robbie Antenesse Date: Fri, 11 Mar 2016 12:25:12 -0700 Subject: [PATCH] Added keyboard shortcuts! --- index.php | 2 +- js/helpers.js | 105 +++++++++++++++++++++++++++++++++ js/ui.js | 159 +++++++++++++++++++++++++++++++++++++++++++++----- 3 files changed, 252 insertions(+), 14 deletions(-) diff --git a/index.php b/index.php index c021930..c55e5cb 100644 --- a/index.php +++ b/index.php @@ -66,7 +66,7 @@ require_once(SITE_LOCATION . '/php/notificationconditiontree.php');