select_long_journal()

in src/app/app.component.ts [134:138]


  select_long_journal() {
    if(this.api_key != "") {
      this.selected_journal.set("long")
    }
  }