Skip to content
Snippets Groups Projects
Commit 7c9648ba authored by Peter Fogg's avatar Peter Fogg
Browse files

Hide saving notification only when AJAX request completes.

parent f3837009
No related merge requests found
......@@ -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();
});
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment