pdf viewer add and menu export testing

This commit is contained in:
Yan
2018-04-18 18:12:01 +06:30
parent fc523ca390
commit 28a79fe60f
6 changed files with 6 additions and 4 deletions

View File

@@ -115,7 +115,8 @@
url: "/settings/menus/" + menu_id + "/export",
success: function(result){
if(result.status){
swal("Success", "Export Success...", "success");
location.href = result.path.substring(6);
// swal("Success", "Export Success...", "success");
}
}
});