Skip to content

Commit b884a85

Browse files
committed
Remove tha automatic page refresh
1 parent b7afdc9 commit b884a85

3 files changed

Lines changed: 1689 additions & 164 deletions

File tree

backend/package-lock.json

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/public/js/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ $(document).ready(function () {
235235
$("#analyzebtn").attr("disabled", true);
236236
$(".loader-wrapper").removeClass("is-active");
237237
},
238-
complete: function (data) {
238+
/*complete: function (data) {
239239
setTimeout(function () {
240240
readResults();
241241
if (response_length > result_length) {
@@ -244,7 +244,7 @@ $(document).ready(function () {
244244
result_length = response_length;
245245
//console.log("RESULTS", result_length, response_length);
246246
}, 30000);
247-
},
247+
},*/
248248
});
249249
return false;
250250
}

0 commit comments

Comments
 (0)