Marthee commited on
Commit
b14f316
·
verified ·
1 Parent(s): 2fa7407

Update static/API_Refresh_workerJS.js

Browse files
Files changed (1) hide show
  1. static/API_Refresh_workerJS.js +1 -1
static/API_Refresh_workerJS.js CHANGED
@@ -11,7 +11,7 @@ function getRefreshAPIAjax(){
11
 
12
  ajax("/refreshAPI")//, sectionData)
13
  .then(function(data) {
14
- self.postMessage(JSON.parse(data)); // Code depending on result
15
  })
16
  }
17
 
 
11
 
12
  ajax("/refreshAPI")//, sectionData)
13
  .then(function(data) {
14
+ self.postMessage(data); // Code depending on result
15
  })
16
  }
17