Fix #7317 Widget Filter All button gateways widget RELENG_2_3

This commit is contained in:
Phil Davis 2017-03-21 15:21:18 +05:45
parent fdacd72b88
commit c876339197
No known key found for this signature in database
GPG Key ID: 340A5689A513CA23

View File

@ -221,7 +221,7 @@ $widgetperiod = isset($config['widgets']['period']) ? $config['widgets']['period
events.push(function(){
$("#showallgateways").click(function() {
$("[id^=show]").each(function() {
$("#widget-<?=$widgetname?>_panel-footer [id^=show]").each(function() {
$(this).prop("checked", true);
});
});