/** * 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()); ='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ipfs.scm
AgeCommit message (Expand)Author
2022-09-24gnu: go-ipfs: Unbundle many dependencies....Maxime Devos
2022-09-14gnu: go-ipfs: Install bash completion....Michael Rohleder