sbd-npm 1.4.13 → 1.4.14

Sign up to get free protection for your applications and to get access to all the features.
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) {