Skip to content

Commit ad73c07

Browse files
committed
clean up
1 parent 23cacab commit ad73c07

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

chrome-extension/popup.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
<html lang="en-EN">
33
<head>
44
<meta charset="utf-8">
5+
<title>RIP Quick Add</title>
56
</head>
67
<body>
78
<a href="#" id="pop-out">
8-
<img src="#" id="pop-out-img" alt="Pop-out">
9+
<img src="popout.png" alt="Pop-out">
910
</a>
1011
<br>
1112
<textarea id="input" rows="6" cols="30" placeholder="E.g. dinner friday 7pm"></textarea>

src/popup.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,3 @@ document.getElementById('pop-out').addEventListener('click', () => {
3636

3737
close();
3838
});
39-
40-
const img = document.getElementById('pop-out-img')
41-
img.src = chrome.runtime.getURL('popout.png');

0 commit comments

Comments
 (0)