Update nil => length

This commit is contained in:
kyg516
2016-10-03 19:49:14 +09:00
parent ea3d034885
commit ca09f4f113
2 changed files with 7 additions and 7 deletions

View File

@@ -390,7 +390,7 @@ $(document).on("click", ".btn-volume-delete", function(){
$(location).attr('href',"#loading");
},
success: function(result){
$(location).attr('href',"#");
$(location).attr('href',"/volume/index");
}
});
});