summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/jquery/pfSenseHelpers.js
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-12-21 16:17:17 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-12-21 16:17:17 -0500
commit070a3568b90bd8636dd9e629ba63988ec8b62c96 (patch)
treeb7eaf3fcdfbc1f4f5e7053a19f1bbc0069a72a03 /src/usr/local/www/jquery/pfSenseHelpers.js
parenta1cd38572d89705313fd2e054291d944bd85584b (diff)
downloadpfsense-070a3568b90bd8636dd9e629ba63988ec8b62c96.zip
pfsense-070a3568b90bd8636dd9e629ba63988ec8b62c96.tar.gz
Fix help text on delete row when selector is used in a PHP table
Diffstat (limited to 'src/usr/local/www/jquery/pfSenseHelpers.js')
-rw-r--r--src/usr/local/www/jquery/pfSenseHelpers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/jquery/pfSenseHelpers.js b/src/usr/local/www/jquery/pfSenseHelpers.js
index 7dfd22e..1959301 100644
--- a/src/usr/local/www/jquery/pfSenseHelpers.js
+++ b/src/usr/local/www/jquery/pfSenseHelpers.js
@@ -208,7 +208,7 @@ function setMasks() {
// Complicated function to move all help text associated with this input id to the same id
// on the row above. That way if you delete the last row, you don't lose the help
function moveHelpText(id) {
- $('#' + id).parent('div').parent('div').find('input').each(function() { // For each <span></span>
+ $('#' + id).parent('div').parent('div').find('input, select, checkbox').each(function() { // For each <span></span>
var fromId = this.id;
var toId = decrStringInt(fromId);
var helpSpan;
OpenPOWER on IntegriCloud