@@ -15,12 +15,6 @@ type PartialProviderData = {
1515}
1616
1717const geniosDefaultData : PartialProviderData [ ] = [
18- {
19- id : 'www.muenchner-stadtbibliothek.de' ,
20- name : 'Münchner Stadtbibliothek' ,
21- web : 'https://www.muenchner-stadtbibliothek.de/' ,
22- domain : 'bib-muenchen.genios.de' ,
23- } ,
2418 {
2519 id : 'www.stadtbibliothek-aschaffenburg.de' ,
2620 name : 'Stadtbibliothek Aschaffenburg' ,
@@ -704,6 +698,13 @@ const astecData = [
704698 domain : 'bib-nuernberg.genios.de' ,
705699 permissions : [ 'https://online-service2.nuernberg.de/*' ] ,
706700 } ,
701+ {
702+ id : 'www.muenchner-stadtbibliothek.de' ,
703+ name : 'Münchner Stadtbibliothek' ,
704+ web : 'https://www.muenchner-stadtbibliothek.de/' ,
705+ domain : 'bib-muenchen.genios.de' ,
706+ permissions : [ 'https://ssl.muenchen.de/*' ] ,
707+ } ,
707708]
708709
709710function astecFactory ( provider ) {
@@ -957,7 +958,7 @@ const providers: Providers = {
957958 selector : '#shibbolethForm_selectedName' ,
958959 providerKey : 'sso.wiso-net.de.options.name' ,
959960 } ,
960- wait : 2000
961+ wait : 2000 ,
961962 } ,
962963 { click : '#shibbolethForm_shLoginLink' , wait : 2500 } ,
963964 ] ,
0 commit comments