瀏覽代碼

[Web] fix rspamd table scan_time on sm devices

FreddleSpl0it 2 年之前
父節點
當前提交
fe4a418af4
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      data/web/js/site/debug.js

+ 3 - 1
data/web/js/site/debug.js

@@ -979,7 +979,9 @@ jQuery(function($){
               "data-order": cellData.sortBy,
               "data-sort": cellData.sortBy
             });
-            $(td).html(cellData.value);
+          },    
+          render: function (data) {
+            return data.value;
           }
         },
         {