Project

General

Profile

« Previous | Next » 

Revision 261548ff

Added by koszko about 2 years ago

emply an sh-based build system; make some changes to blocking

View differences:

html/display-panel.js
5 5
 * Redistribution terms are gathered in the `copyright' file.
6 6
 */
7 7

  
8
"use strict";
9

  
10
(() => {
11
    const browser = window.browser;
8
/*
9
 * IMPORTS_START
10
 * IMPORT browser
11
 * IMPORTS_END
12
 */
12 13

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

Also available in: Unified diff