kennethkalmer/powerdns-on-rails

View on GitHub
app/views/domains/update_note.js.erb

Summary

Maintainability
Test Coverage
$('#note-text').html('<%= escape_javascript @domain.notes %>');
$('#domain_notes').html('<%= escape_javascript @domain.notes %>');
$('#note-form').hide();
$('#note').show();