File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 6161 "ibexa/checkout" : " 5.0.x-dev" ,
6262 "ibexa/elasticsearch" : " 5.0.x-dev" ,
6363 "ibexa/oauth2-client" : " 5.0.x-dev" ,
64+ "ibexa/oauth2-server" : " 5.0.x-dev" ,
6465 "ibexa/form-builder" : " 5.0.x-dev" ,
6566 "ibexa/solr" : " 5.0.x-dev" ,
6667 "ibexa/version-comparison" : " 5.0.x-dev" ,
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ $(document).ready(function() {
6767 $ ( '.rst-current-version.switcher__label' ) . html ( version . length ? version : 'Change version' ) ;
6868 $ ( '.rst-other-versions.switcher__list dl.versions dd strong' ) . parent ( ) . addClass ( 'rtd-current-item' ) ;
6969
70- if ( 'master ' !== ( vl = $ ( '.rst-other-versions.switcher__list dl.versions' ) ) . find ( 'dd:first' ) . text ( ) ) {
70+ if ( 'latest ' !== ( vl = $ ( '.rst-other-versions.switcher__list dl.versions' ) ) . find ( 'dd:first' ) . text ( ) ) {
7171 vl . find ( 'dd' ) . each ( function ( ) {
7272 $ ( this ) . detach ( ) . prependTo ( vl ) ;
7373 } ) ;
You can’t perform that action at this time.
0 commit comments