sbd-npm 1.2.76 → 1.2.77

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/util.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sbd-npm",
3
- "version": "1.2.76",
3
+ "version": "1.2.77",
4
4
  "description": "Stock Big Data",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/util.js CHANGED
@@ -189,6 +189,7 @@ const Util = {
189
189
  post: function (url, payload, callback, data_type = "json") {
190
190
  $.ajax({
191
191
  url: url,
192
+ async: true,
192
193
  type: 'POST',
193
194
  dataType: data_type,
194
195
  //headers: {'X-CSRFToken': Util.get_cookie('csrftoken')},