From 61a9282bea26e03a8c21c7310611c03e1110c6e5 Mon Sep 17 00:00:00 2001 From: kulikov-a <36099472+kulikov-a@users.noreply.github.com> Date: Sun, 21 Mar 2021 22:36:09 +0300 Subject: [PATCH] WOL widget fix (#2291) fix button binding after cutting scripts from widgets --- net/wol/Makefile | 3 +-- .../src/www/widgets/widgets/wake_on_lan.widget.php | 12 +++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/net/wol/Makefile b/net/wol/Makefile index 7f29a872c..818fde326 100644 --- a/net/wol/Makefile +++ b/net/wol/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= wol -PLUGIN_VERSION= 2.3 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 2.4 PLUGIN_DEPENDS= wol PLUGIN_COMMENT= Wake on LAN Service PLUGIN_MAINTAINER= franco@opnsense.org diff --git a/net/wol/src/www/widgets/widgets/wake_on_lan.widget.php b/net/wol/src/www/widgets/widgets/wake_on_lan.widget.php index adef5d97a..843341a65 100644 --- a/net/wol/src/www/widgets/widgets/wake_on_lan.widget.php +++ b/net/wol/src/www/widgets/widgets/wake_on_lan.widget.php @@ -75,10 +75,12 @@ $wol = new Wol();