mirror of
https://github.com/processwire/processwire.git
synced 2025-08-09 16:26:59 +02:00
Fix issue #1623
This commit is contained in:
committed by
Ryan Cramer
parent
df3a603d66
commit
f510392e7e
@@ -286,7 +286,7 @@ var Inputfields = {
|
||||
}
|
||||
|
||||
// if ajax loaded, force InputfieldStates() click handler to open this one
|
||||
if(isCollapsed && isAjax) {
|
||||
if(isCollapsed && isAjax && !$inputfield.hasClass('InputfieldStateWasCollapsed')) {
|
||||
$toggleIcon.click();
|
||||
return $inputfield;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user