sbd-npm 1.2.79 → 1.2.80

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/util.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sbd-npm",
3
- "version": "1.2.79",
3
+ "version": "1.2.80",
4
4
  "description": "Stock Big Data",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/util.js CHANGED
@@ -2023,7 +2023,7 @@ const Util = {
2023
2023
  sort_cls = "fa-sort-desc";
2024
2024
  }
2025
2025
  table.children('tbody').empty().html(row_arr);
2026
- table.find("i").each(function () {
2026
+ table.children('thead').find("i").each(function () {
2027
2027
  if ($(this).hasClass("fa")) {
2028
2028
  $(this).removeClass("fa-sort-asc");
2029
2029
  $(this).removeClass("fa-sort-desc");