File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
1515- Load JavaScript scripts with the new way
1616- Fix undefined index error for ` idps_in_searchable_list_index `
17+ - Load jQuery CSS script
1718
1819### Changed
1920
Original file line number Diff line number Diff line change 2525
2626$ this ->data ['header ' ] = $ this ->t ('selectidp ' );
2727$ this ->data ['header ' ] = $ this ->t ($ this ->data ['header ' ]);
28- $ this ->data ['jquery ' ] = ['core ' => true , 'ui ' => true , 'css ' => true ];
28+ $ this ->data ['jquery ' ] = ['core ' => true , 'ui ' => false , 'css ' => false ];
2929
30- $ this ->data ['head ' ] .= $ this ->data ['search ' ];
30+ $ this ->data ['head ' ] = '<link rel="stylesheet" media="screen" type="text/css" href=" ' .
31+ SimpleSAML \Module::getModuleURL ('discopower/assets/css/uitheme1.12.1/jquery-ui.min.css ' ).'" /> ' ;
3132
3233if (!empty ($ faventry )) $ this ->data ['autofocus ' ] = 'favouritesubmit ' ;
3334
You can’t perform that action at this time.
0 commit comments