diff --git a/web/js/jobs.js b/web/js/jobs.js index 462a476..1415c17 100644 --- a/web/js/jobs.js +++ b/web/js/jobs.js @@ -14,9 +14,10 @@ fetch(); setInterval(fetch, 1000*120); }); + function fetch() { -console.debug(" -> :: fetchLeaderboardDetails()"); +console.debug("enter -> fetchJobs()"); $.ajax({ @@ -47,9 +48,10 @@ error: function (error, status) { }); } + function load() { -console.debug(" -> :: fetchLeaderboardDetails()"); +console.debug("enter -> loadJobs()"); $.ajax({ @@ -83,6 +85,8 @@ error: function (error, status) { function profitleaderboard(jobList) { +console.debug("enter -> profitleaderboard()"); + console.log("jobList / " ,jobList); var html = ''; @@ -104,20 +108,12 @@ console.log("size / " + size); // html += '