Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
MDL-68612 user: Participants filter row accessibility improvements
[moodle.git]
/
user
/
amd
/
src
/
local
/
participantsfilter
/
selectors.js
diff --git
a/user/amd/src/local/participantsfilter/selectors.js
b/user/amd/src/local/participantsfilter/selectors.js
index
3d0ef29
..
27c9419
100644
(file)
--- a/
user/amd/src/local/participantsfilter/selectors.js
+++ b/
user/amd/src/local/participantsfilter/selectors.js
@@
-63,5
+63,6
@@
export default {
all: `${getFilterRegion('filtertypedata')} [data-field-name]`,
},
typeList: getFilterRegion('filtertypelist'),
+ typeListSelect: `select${getFilterRegion('filtertypelist')}`,
},
};