Newline cleanup.

This commit is contained in:
cahrens
2013-03-26 09:51:24 -04:00
parent ce884c44ee
commit 69c95ca785

View File

@@ -303,6 +303,7 @@ function saveSubsection() {
data: JSON.stringify({ 'id': id, 'metadata': metadata}),
success: function () {
$spinner.delay(500).fadeOut(150);
$changedInput = null;
},
error: function () {
showToastMessage('There has been an error while saving your changes.');