1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-12 09:44:38 +02:00

Minor correction to previous commit

This commit is contained in:
Ryan Cramer
2017-01-05 15:36:15 -05:00
parent d4d90a53fe
commit 8d97815110
2 changed files with 2 additions and 2 deletions

View File

@@ -437,7 +437,7 @@ function InputfieldDependencies($target) {
if($fieldToShow.is('.InputfieldStateHidden')) {
// field is hidden so show/fade in
$fieldToShow.removeClass('InputfieldStateHidden').fadeIn();
$(document).trigger('showInputfield');
$(document).trigger('showInputfield', $fieldToShow);
numVisibilityChanges++;
consoleLog('Field is now visible.');
} else {

File diff suppressed because one or more lines are too long