Show actual result on applyChanges(). Remove generated assets files

This commit is contained in:
Khanh Ngo
2019-12-11 13:45:27 +07:00
parent 67e6df6880
commit 798b7abb5b
9 changed files with 15 additions and 7239 deletions

View File

@ -276,7 +276,7 @@
//handle update_from_master button
$(document.body).on("click", ".button_update_from_master", function (e) {
var domain = $(this).prop('id');
applyChanges({'domain': domain, '_csrf_token': '{{ csrf_token() }}'}, $SCRIPT_ROOT + '/domain/' + domain + '/update');
applyChanges({'domain': domain, '_csrf_token': '{{ csrf_token() }}'}, $SCRIPT_ROOT + '/domain/' + domain + '/update', true);
});
{% if SETTING.get('record_helper') %}