Skip to content
Snippets Groups Projects
Commit a7b09fcd authored by Patricio Kumagae's avatar Patricio Kumagae
Browse files

Se modifica el nombre de la variable de rd temporal

parent fdc5664e
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ function stamp(e){ ...@@ -45,7 +45,7 @@ function stamp(e){
success: function(response){ 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 () { var saveData = (function () {
...@@ -63,7 +63,7 @@ function stamp(e){ ...@@ -63,7 +63,7 @@ function stamp(e){
}; };
}()); }());
var data = response.temporay_rd var data = response.temporary_rd
fileName = file.name + ".rd.temp"; fileName = file.name + ".rd.temp";
saveData(data, fileName); saveData(data, fileName);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment