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.
- package/package.json +1 -1
- package/status.js +1 -1
package/package.json
CHANGED
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) {
|