Before this change, there was an error with the download function. When the site was reloaded and nothing was changed, the download button didn't work, because the anchor wasn't updated with the data.
This change should fix that, as saveData() is implicitly called when updateTextareas() is called.