From d215bb7a26f1448d11216739b6e56cfb02c055aa Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 9 Mar 2012 07:29:53 +0000 Subject: [PATCH] Mouse events & removing Upload area moving the mouse now triggers a function to get the mouse x & y pos also detects if we can maybe resize the file managers width mouseDown var added as a bool on mouse down & update Upload area removed Code Assist function added --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index da520fd..546ce90 100644 --- a/index.php +++ b/index.php @@ -55,7 +55,7 @@ echo 'fullPath = "'.$docRoot.'";'.PHP_EOL; }; }; ?> - +
@@ -105,7 +105,6 @@ echo 'fullPath = "'.$docRoot.'";'.PHP_EOL;
-
@@ -140,6 +139,7 @@ echo 'fullPath = "'.$docRoot.'";'.PHP_EOL;
+
Code Assist
Go to Line