Commit 7c9648ba by Peter Fogg

Hide saving notification only when AJAX request completes.

parent f3837009
......@@ -714,7 +714,6 @@ function saveSetSectionScheduleDate(e) {
var saving = new CMS.Views.Notification.Saving({
title: gettext("Saving") + "…",
maxShown: 1250
});
saving.show();
// call into server to commit the new order
......@@ -744,5 +743,6 @@ function saveSetSectionScheduleDate(e) {
'" data-time="' + input_time +
'" data-id="' + id + '">' + gettext('Edit') + '</a>');
hideModal();
saving.hide();
});
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment