From 92cd5dcd3209044b21585719714ac3599c6ffdcb Mon Sep 17 00:00:00 2001 From: John Hutchison Date: Tue, 29 Apr 2014 20:59:41 -0700 Subject: [PATCH 1/2] Adds a simple regex based filter to the game list. Adds cah.GameList methods for creating and applying the filter, as well as a filter text input element next to the create game button. Filtering is bound to the input keydown. --- WebContent/game.jsp | 2 + WebContent/js/cah.gamelist.js | 77 +++++++++++++++++++++++++++-------- 2 files changed, 63 insertions(+), 16 deletions(-) diff --git a/WebContent/game.jsp b/WebContent/game.jsp index d9d4c62..9557906 100644 --- a/WebContent/game.jsp +++ b/WebContent/game.jsp @@ -124,6 +124,8 @@ HttpSession hSession = request.getSession(true);