From b90dbda803bcc2ea17a1a9544e32a88943811479 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 7 Nov 2014 22:44:15 +0000 Subject: [PATCH] Not draggable by default, toggled on mouse over/out Avoids unexpected drags outside of icon & filename --- 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 3e21ad5..6a92075 100644 --- a/lib/get-branch.php +++ b/lib/get-branch.php @@ -152,7 +152,7 @@ for ($i=0;$i        ".xssClean(basename($fileFolderName),"html")." "; + echo "
  •         ".xssClean(basename($fileFolderName),"html")." "; $thisPermVal = $serverType=="Linux" ? substr(sprintf('%o', fileperms($docRoot.$iceRoot.$fileFolderName)), -3) : ''; $permColors = $thisPermVal == 777 ? 'background: #800; color: #eee' : 'color: #888'; echo '';