mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
chore: minor
This commit is contained in:
parent
426e49ad08
commit
e859f50474
@ -10,8 +10,8 @@
|
||||
<body>
|
||||
<form>
|
||||
<p>
|
||||
<label for="name">Name</label><br>
|
||||
<input type="text" id="name" name="name" spellcheck="false" autocomplete="off" required />
|
||||
<label for="username">Your Name</label><br>
|
||||
<input type="text" id="username" name="username" spellcheck="false" autocomplete="off" required />
|
||||
</p>
|
||||
<p>
|
||||
<label>
|
||||
|
||||
@ -2,7 +2,6 @@ import 'emoji-log';
|
||||
import browser from 'webextension-polyfill';
|
||||
|
||||
browser.runtime.onInstalled.addListener(() => {
|
||||
// eslint-disable-next-line no-console
|
||||
console.emoji('🦄', 'onInstalled....');
|
||||
});
|
||||
|
||||
|
||||
@ -2,5 +2,4 @@ import 'emoji-log';
|
||||
|
||||
import '../styles/options.scss';
|
||||
|
||||
// eslint-disable-next-line no-console
|
||||
console.emoji('🦄', 'Hello World from options main file!');
|
||||
|
||||
@ -20,7 +20,6 @@ document.addEventListener('DOMContentLoaded', async () => {
|
||||
url,
|
||||
});
|
||||
|
||||
// eslint-disable-next-line no-console
|
||||
console.emoji('🦄', response);
|
||||
|
||||
document.getElementById('github__button').addEventListener('click', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user