sbd-npm 1.5.61 → 1.5.62

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.5.61",
3
+ "version": "1.5.62",
4
4
  "description": "Stock Big Data",
5
5
  "author": "DHQ <dhq314@gmail.com>",
6
6
  "license": "ISC",
package/status.js CHANGED
@@ -236,7 +236,7 @@ $(function () {
236
236
  let this_object = $(this);
237
237
  let td_text = this_object.text();
238
238
  if (!td_text.includes("checking")) {
239
- this_object.text("checking...")
239
+ this_object.text("checking...");
240
240
  this_object.parent().addClass("info");
241
241
  let ip = this_object.parent().parent().children('td').eq(1).text();
242
242
  Util.post(location.pathname, {"action": "check_ip", "ip": ip}, function (ip_data) {