From 57d96b0bf9c9f3ccefc3530bbff9e54ea6598897 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Thu, 26 Sep 2013 18:18:05 +0100 Subject: [PATCH] Files/folders now draggable LI tags now draggable On drag, test if we are dragging with a key down. Also focuses CM editor to show the cursor incase we want to drop into code and we'll then know position On drag end, perform a dropfile function --- lib/get-branch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/get-branch.php b/lib/get-branch.php index cac9c24..4b8b435 100644 --- a/lib/get-branch.php +++ b/lib/get-branch.php @@ -46,7 +46,7 @@ for ($i=0;$i        ".basename($fileFolderName)." "; + echo "
  •         ".basename($fileFolderName)." "; echo ''; echo $serverType=="Linux" ? substr(sprintf('%o', fileperms($docRoot.$iceRoot.$fileFolderName)), -3) : ''; echo "
  • \n";