Skip to content

Commit

Permalink
Add missing domain select API
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Aug 11, 2024
1 parent f7edf19 commit 1220088
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions authentic.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1558,6 +1558,14 @@ sub theme_post_save_server
}
}

sub theme_select_domain
{
my ($s) = @_;
print '<script>';
print 'theme_select_server=' . ($s->{'id'} ? $s->{'id'} : '') . '', "\n";
print "</script>\n";
}

sub theme_select_server
{
my ($s) = @_;
Expand Down

0 comments on commit 1220088

Please sign in to comment.