chore: minor

This commit is contained in:
abhijithvijayan 2020-11-15 16:40:12 +05:30
parent 426e49ad08
commit e859f50474
4 changed files with 2 additions and 5 deletions

View File

@ -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>

View File

@ -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....');
});

View File

@ -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!');

View 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', () => {