show spinner more than once

This commit is contained in:
Tom Giannattasio
2012-10-24 09:36:26 -04:00
parent 14a94bacdb
commit b73ceb5642

View File

@@ -315,6 +315,7 @@ function saveSubsection(e) {
'margin-top': '-10px'
});
$changedInput.after($spinner);
$spinner.show();
}
var id = $(this).data('id');