From a7b09fcdc2fd82ac28ed38bc1a4864a1d4fe5d8b Mon Sep 17 00:00:00 2001 From: Patricio Kumagae <pkumagae@boletinoficial.gov.ar> Date: Fri, 14 Sep 2018 11:28:13 -0300 Subject: [PATCH] Se modifica el nombre de la variable de rd temporal --- lib/js/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/js/index.js b/lib/js/index.js index d9b3de6..ab28258 100644 --- a/lib/js/index.js +++ b/lib/js/index.js @@ -45,7 +45,7 @@ function stamp(e){ success: function(response){ - var ots = ' {"file_hash": "' + file_hash + '", "rd": "' + response.temporay_ots + '"}'; + var ots = ' {"file_hash": "' + file_hash + '", "rd": "' + response.temporary_ots + '"}'; var saveData = (function () { @@ -63,7 +63,7 @@ function stamp(e){ }; }()); - var data = response.temporay_rd + var data = response.temporary_rd fileName = file.name + ".rd.temp"; saveData(data, fileName); -- GitLab