Secret Text:
` + response["payload"] + `
@@ -78,6 +82,7 @@
Secret Text:
@@ -101,6 +106,11 @@
$("body").append(html_content)
}
});
+
+ $(".result_box").on("click", function(){
+
+ $(".result_box_download").click()
+ })
})
diff --git a/Application/views/encode_result.html b/Application/views/encode_result.html
index d976f74..bc4e195 100644
--- a/Application/views/encode_result.html
+++ b/Application/views/encode_result.html
@@ -28,14 +28,18 @@
$.get('/get_session', function(response) {
console.log(response)
if(response.hasOwnProperty("image")){
- var html_content = `
+ var html_content = ``
@@ -49,6 +53,8 @@
Your browser does not support the audio element.
+
+ Download Audio
Encoded
@@ -56,6 +62,8 @@
Your browser does not support the audio element.
+
+ Download Audio
`
$("body").append(html_content)
@@ -68,6 +76,8 @@
Your browser does not support the audio element.
+
+ Download Audio
`
$("body").append(html_content)
@@ -86,12 +98,16 @@