From 736d3c8744d23f9ff606bcdc33ac8dd8917ea803 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sun, 21 Apr 2013 15:48:04 +0100 Subject: [PATCH] If ctrlKey, don't openCloseDir We are selecting files/folders if the control key is down, so no need to open or close dirs --- 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 8f7b7d8..a996397 100644 --- a/lib/get-branch.php +++ b/lib/get-branch.php @@ -45,7 +45,7 @@ for ($i=0;$i        ".basename($fileFolderName)." "; + echo "
  •         ".basename($fileFolderName)." "; echo ''; echo $serverType=="Linux" ? substr(sprintf('%o', fileperms($docRoot.$iceRoot.$fileFolderName)), -3) : ''; echo "
  • \n";