|
@@ -354,7 +354,7 @@ $(document).ready(function() {
|
|
|
url: '/download-status',
|
|
|
method: 'GET',
|
|
|
dataType: 'json',
|
|
|
- data: { reset: 0 },
|
|
|
+ data: { reset: 1 },
|
|
|
success: function(response) {
|
|
|
if (response.status == 0 || response.status == 2) {
|
|
|
checkDownloadStatus();
|
|
@@ -469,7 +469,7 @@ $(document).ready(function() {
|
|
|
url: '/download-status',
|
|
|
method: 'GET',
|
|
|
dataType: 'json',
|
|
|
- data: { reset: 0 },
|
|
|
+ data: { reset: 1 },
|
|
|
success: function(response) {
|
|
|
if (response.status == 0 || response.status == 2) {
|
|
|
downdHref();
|