sbd-npm 1.4.76 → 1.4.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/status.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sbd-npm",
3
- "version": "1.4.76",
3
+ "version": "1.4.77",
4
4
  "description": "Stock Big Data",
5
5
  "author": "DHQ <dhq314@gmail.com>",
6
6
  "license": "ISC",
package/status.js CHANGED
@@ -834,7 +834,7 @@ $(function () {
834
834
  $(this).click(function() {
835
835
  Util.show_loading();
836
836
  let pid = $(this).parent().parent().children('td').eq(0).text();
837
- let cmdline = this_obj.parent().parent().children('td').eq(2).text();
837
+ let cmdline = $(this).parent().parent().children('td').eq(2).text();
838
838
  let action = Status.parse_machine_action(cmdline);
839
839
  let is_fetch_screen = $(this).attr("data-screen");
840
840
  if (is_fetch_screen && is_fetch_screen == "1") {