1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-10 16:54:44 +02:00
This commit is contained in:
matjazpotocnik
2022-09-20 11:20:18 -04:00
committed by Ryan Cramer
parent df3a603d66
commit f510392e7e
2 changed files with 2 additions and 2 deletions

View File

@@ -286,7 +286,7 @@ var Inputfields = {
} }
// if ajax loaded, force InputfieldStates() click handler to open this one // if ajax loaded, force InputfieldStates() click handler to open this one
if(isCollapsed && isAjax) { if(isCollapsed && isAjax && !$inputfield.hasClass('InputfieldStateWasCollapsed')) {
$toggleIcon.click(); $toggleIcon.click();
return $inputfield; return $inputfield;
} }

File diff suppressed because one or more lines are too long