diff --git a/index.html b/index.html index 60bb5cb..9360cc4 100644 --- a/index.html +++ b/index.html @@ -22,9 +22,10 @@
+Successfully decrypted data:
'+ window.atob(d.Data)+'
Delegates: '+d.Delegates.sort().join(', ')+'
' }) ); + d = JSON.parse(window.atob(d.Response)); + $form.find('.feedback').empty().append( makeAlert({ type: 'success', message: 'Successfully decrypted data:
'+ window.atob(d.Data)+'
Delegates: '+d.Delegates.sort().join(', ')+'
' }) ); } }); }); }); -