Project

General

Profile

Download (311 Bytes) Statistics
| Branch: | Tag: | Revision:

haketilo / html / display-panel.js @ 261548ff

1
/**
2
 * Myext display panel logic
3
 *
4
 * Copyright (C) 2021 Wojtek Kosior
5
 * Redistribution terms are gathered in the `copyright' file.
6
 */
7

    
8
/*
9
 * IMPORTS_START
10
 * IMPORT browser
11
 * IMPORTS_END
12
 */
13

    
14
document.getElementById("settings_but")
15
    .addEventListener("click", (e) => browser.runtime.openOptionsPage());
(2-2/4)