Update nil => length
This commit is contained in:
@@ -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");
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user