mirror of
https://github.com/processwire/processwire.git
synced 2025-08-10 16:54:44 +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 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
Reference in New Issue
Block a user