Skip to content

Commit

Permalink
Add TimetableList.getLogoSrc method
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-korsa committed Dec 28, 2022
1 parent b219a8a commit 907f482
Show file tree
Hide file tree
Showing 4 changed files with 6,115 additions and 11 deletions.
4 changes: 4 additions & 0 deletions lib/TimetableList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ export default class TimetableList {
return 'unordered';
}

public getLogoSrc(): string | null {
return this.$('.logo img').attr('src') || null;
}

private getSelectList(): List {
return {
classes: this.getSelectListValues('oddzialy'),
Expand Down
Loading

0 comments on commit 907f482

Please sign in to comment.