Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
evdokimovm committed Jul 10, 2022
1 parent b118efb commit 8dc0e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ async function getWindows(flag) {
}

async function fillSelectBox(flag) {
var windows = getWindows(flag)
var windows = await getWindows(flag)

select_group.options.length = 0
select_group.add(new Option('All Tabs'))
Expand Down

0 comments on commit 8dc0e1d

Please sign in to comment.