1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-26 08:04:38 +02:00
This commit is contained in:
Ryan Cramer
2019-04-16 10:17:05 -04:00
parent 72324fdbb1
commit e5582f5555
2 changed files with 4 additions and 2 deletions

View File

@@ -260,7 +260,9 @@
if($t.is(":selected")) {
addListItem(id);
addSelectOption(id, true);
addSelectOption(id, true);
} else if($t.is(":disabled")) {
addSelectOption(id, true);
} else {
numActive++;
addSelectOption(id);

File diff suppressed because one or more lines are too long