Explorar o código

Update CopyNMoveUI.php

yeungalan %!s(int64=6) %!d(string=hai) anos
pai
achega
d3751beaae
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      7-Zip File Manager/CopyNMoveUI.php

+ 2 - 2
7-Zip File Manager/CopyNMoveUI.php

@@ -87,14 +87,14 @@ $( "#path" ).keyup(function() {
 	var path = $("#path").val();
 	var displayPath = "";
 	if(f_dir == ""){
-		displayPath = "*";
+		displayPath = "...";
 	}else{
 		displayPath = f_dir;
 	}
 	if(path.slice(-1) !== "/"){
 		path = path + "/";
 	}
-	$("#filesshow").text("Extract to: /AOR/" + path + displayPath);
+	$("#filesshow").text("Extract to: /AOR/" + path + f_file.replace(/^.*[\\\/]/, '').replace(".","") + "/" + displayPath);
 	f_extractTo = "../" + path;
 });