mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
bugfix for map local in windows
This commit is contained in:
@@ -144,7 +144,7 @@ var recorder;
|
||||
(function(){
|
||||
|
||||
//detect whether to show the filter and map btn
|
||||
$.get("/filetree?root=/",function(){
|
||||
$.get("/filetree",function(){
|
||||
$(".J_filterSection").show();
|
||||
});
|
||||
|
||||
|
||||
@@ -190,7 +190,7 @@
|
||||
(function(){
|
||||
|
||||
//detect whether to show the filter and map btn
|
||||
$.get("/filetree?root=/",function(){
|
||||
$.get("/filetree",function(){
|
||||
$(".J_filterSection").show();
|
||||
});
|
||||
|
||||
|
||||
@@ -144,7 +144,7 @@ var recorder;
|
||||
(function(){
|
||||
|
||||
//detect whether to show the filter and map btn
|
||||
$.get("/filetree?root=/",function(){
|
||||
$.get("/filetree",function(){
|
||||
$(".J_filterSection").show();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user