File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/assets/javascripts/hyrax Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ function getStatusActivity(){
40
40
}
41
41
else if ( isCollapsed ) {
42
42
resultDiv . classList . remove ( "in" ) ;
43
- resultDiv . setAttribute ( "aria-expanded" , "false" ) ;
43
+ // resultDiv.setAttribute("aria-expanded", "false");
44
44
} else {
45
45
resultDiv . classList . add ( "in" ) ;
46
- resultDiv . setAttribute ( "aria-expanded" , "true" ) ;
46
+ // resultDiv.setAttribute("aria-expanded", "true");
47
47
}
48
48
}
49
49
@@ -55,10 +55,10 @@ function getStatusSettings(){
55
55
}
56
56
else if ( isCollapsed ) {
57
57
resultDiv . classList . remove ( "in" ) ;
58
- resultDiv . setAttribute ( "aria-expanded" , "false" ) ;
58
+ // resultDiv.setAttribute("aria-expanded", "false");
59
59
} else {
60
60
resultDiv . classList . add ( "in" ) ;
61
- resultDiv . setAttribute ( "aria-expanded" , "true" ) ;
61
+ // resultDiv.setAttribute("aria-expanded", "true");
62
62
}
63
63
}
64
64
You can’t perform that action at this time.
0 commit comments