sbd-npm 1.4.13 → 1.4.14

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/status.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sbd-npm",
3
- "version": "1.4.13",
3
+ "version": "1.4.14",
4
4
  "description": "Stock Big Data",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/status.js CHANGED
@@ -667,7 +667,7 @@ $(function () {
667
667
  $("#client_action_add").click(function() {
668
668
  let action_type = 1, worker_key = "1";
669
669
  if ($("#action_worker_div").css("display") === "block") {
670
- action_type == 2;
670
+ action_type = 2;
671
671
  worker_key = $("#client_action_worker").val();
672
672
  }
673
673
  if (worker_key) {