From 5cb27c874b26b42ec53c539ddb7940f39caae9e8 Mon Sep 17 00:00:00 2001 From: Robbie Antenesse Date: Fri, 26 Feb 2016 18:13:52 -0700 Subject: [PATCH] Started working on setting the cursor position in the fullscreen textbox (INCOMPLETE!) --- index.php | 1 + js/ui.js | 43 +++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 42 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index e3a6751..f039b04 100644 --- a/index.php +++ b/index.php @@ -208,6 +208,7 @@ require_once(SITE_LOCATION . '/php/notificationconditiontree.php');