summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/widgets/widgets/dyn_dns_status.widget.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/widgets/widgets/dyn_dns_status.widget.php')
-rw-r--r--src/usr/local/www/widgets/widgets/dyn_dns_status.widget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/widgets/widgets/dyn_dns_status.widget.php b/src/usr/local/www/widgets/widgets/dyn_dns_status.widget.php
index 27ee09d..adfec2f 100644
--- a/src/usr/local/www/widgets/widgets/dyn_dns_status.widget.php
+++ b/src/usr/local/www/widgets/widgets/dyn_dns_status.widget.php
@@ -311,7 +311,7 @@ function get_dyndns_service_text($dyndns_type) {
}
events.push(function(){
$("#showalldyndns").click(function() {
- $("[id^=show]").each(function() {
+ $("#widget-<?=$widgetname?>_panel-footer [id^=show]").each(function() {
$(this).prop("checked", true);
});
});
OpenPOWER on IntegriCloud