- tethys favicon also in oai: oai2_style.xslt
- zenodo search: adapted search_style.css, App.vue, dataservice.ts, vs-results.vue
This commit is contained in:
parent
8208558e8c
commit
578021e07e
7 changed files with 142 additions and 101 deletions
|
@ -184,7 +184,7 @@ export default class App extends Vue {
|
|||
this.loaded = true;
|
||||
}
|
||||
|
||||
getParameterByName(name: string, url?: string) {
|
||||
private getParameterByName(name: string, url?: string) {
|
||||
if (!url) url = window.location.href;
|
||||
name = name.replace(/[\[\]]/g, "\\$&");
|
||||
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue