menu import and exp update

This commit is contained in:
Yan
2018-04-02 15:59:36 +06:30
parent 3ee12df0bc
commit c176b41e79
9 changed files with 291 additions and 120 deletions

View File

@@ -107,8 +107,8 @@
$.ajax({
type: method,
url: url ,
success: function(data) {
location.href = data.url;
success: function(data) {
location.href = data.url;
}
});
} else {