From e40a86b3b61ffb7b94b672f4b2be4adfb6a6da73 Mon Sep 17 00:00:00 2001 From: lisaac Date: Thu, 9 Apr 2020 07:43:21 +0800 Subject: [PATCH] 0.2.8 --- Makefile | 2 +- luasrc/view/diskman/smart_detail.htm | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d040d9f..a790f30 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-diskman -PKG_VERSION:=v0.2.7 +PKG_VERSION:=v0.2.8 PKG_RELEASE:=beta PKG_MAINTAINER:=lisaac PKG_LICENSE:=AGPL-3.0 diff --git a/luasrc/view/diskman/smart_detail.htm b/luasrc/view/diskman/smart_detail.htm index dfb5be7..56a9139 100755 --- a/luasrc/view/diskman/smart_detail.htm +++ b/luasrc/view/diskman/smart_detail.htm @@ -9,7 +9,6 @@ xhr.onload = function () { let st = JSON.parse(xhr.responseText) let tb = document.getElementById('smart_attr_table'); - console.log(st) if (st && tb) { /* clear all rows */ while (tb.rows.length > 1)