bugfix for map local in windows

This commit is contained in:
OttoMao
2015-07-20 10:36:44 +08:00
parent cfb3f21f01
commit 0868ee248c
5 changed files with 5 additions and 5 deletions

View File

@@ -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();
});

View File

@@ -190,7 +190,7 @@
(function(){
//detect whether to show the filter and map btn
$.get("/filetree?root=/",function(){
$.get("/filetree",function(){
$(".J_filterSection").show();
});

View File

@@ -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();
});