From 2920492626cf0a599b34c7b350593871603b9608 Mon Sep 17 00:00:00 2001 From: actions-user Date: Tue, 13 May 2025 20:38:02 +0800 Subject: [PATCH] update 2025-05-13 20:38:02 --- luci-app-ddns-go/Makefile | 4 ++-- .../htdocs/luci-static/resources/view/ddns-go/ddns-go.js | 6 +++--- .../htdocs/luci-static/resources/view/ddns-go/log.js | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/luci-app-ddns-go/Makefile b/luci-app-ddns-go/Makefile index ebb92714..c2859143 100644 --- a/luci-app-ddns-go/Makefile +++ b/luci-app-ddns-go/Makefile @@ -7,8 +7,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-ddns-go -PKG_VERSION:=1.5.0 -PKG_RELEASE:=20250511 +PKG_VERSION:=1.5.1 +PKG_RELEASE:=20250513 PKG_MAINTAINER:=sirpdboy PKG_CONFIG_DEPENDS:= diff --git a/luci-app-ddns-go/htdocs/luci-static/resources/view/ddns-go/ddns-go.js b/luci-app-ddns-go/htdocs/luci-static/resources/view/ddns-go/ddns-go.js index bfdefc81..d2b79495 100644 --- a/luci-app-ddns-go/htdocs/luci-static/resources/view/ddns-go/ddns-go.js +++ b/luci-app-ddns-go/htdocs/luci-static/resources/view/ddns-go/ddns-go.js @@ -9,9 +9,9 @@ 'require poll'; return view.extend({ - handleSaveApply: null, - handleSave: null, - handleReset: null, + //handleSaveApply: null, + //handleSave: null, + //handleReset: null, load: function() { return uci.load('ddns-go'); }, diff --git a/luci-app-ddns-go/htdocs/luci-static/resources/view/ddns-go/log.js b/luci-app-ddns-go/htdocs/luci-static/resources/view/ddns-go/log.js index 9c99b1d2..babfdbd2 100644 --- a/luci-app-ddns-go/htdocs/luci-static/resources/view/ddns-go/log.js +++ b/luci-app-ddns-go/htdocs/luci-static/resources/view/ddns-go/log.js @@ -109,9 +109,9 @@ return view.extend({ ]); - }, + } - handleSaveApply: null, - handleSave: null, - handleReset: null + //handleSaveApply: null, + //handleSave: null, + //handleReset: null });