aboutsummaryrefslogtreecommitdiff
path: root/html/display-panel.js
blob: 4a4cdcda1b329331e239194b5910188caa0fc9eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * Myext display panel logic
 *
 * Copyright (C) 2021 Wojtek Kosior
 * Redistribution terms are gathered in the `copyright' file.
 */

/*
 * IMPORTS_START
 * IMPORT browser
 * IMPORTS_END
 */

document.getElementById("settings_but")
    .addEventListener("click", (e) => browser.runtime.openOptionsPage());