Commit b73ceb56 by Tom Giannattasio

show spinner more than once

parent 14a94bac
......@@ -315,6 +315,7 @@ function saveSubsection(e) {
'margin-top': '-10px'
});
$changedInput.after($spinner);
$spinner.show();
}
var id = $(this).data('id');
......
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