<script>
function showSaveButton(){
  AJS.$('.save-cf-btn').show();
}

function hideSaveButton(){
  AJS.$('.save-cf-btn').hide();
}
</script>