automatay update feature
This commit is contained in:
@@ -616,4 +616,18 @@ function getTotalFeature() {
|
||||
error: function (jqXHR, textStatus, errorThrown) {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
function reGenFeature(e) {
|
||||
$.ajax({
|
||||
url: $(e).attr("href"),
|
||||
type: 'POST',
|
||||
success: function (data) {
|
||||
// window.location.reload(true);
|
||||
$("#updating-label").removeClass("hidden");
|
||||
$(e).addClass("hidden");
|
||||
},
|
||||
error: function (jqXHR, textStatus, errorThrown) {
|
||||
}
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user