Commit 69c95ca7 by cahrens

Newline cleanup.

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