We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1202049 commit 65f8c3cCopy full SHA for 65f8c3c
5-browser-extension/start/dist/background.js
@@ -1,4 +1,4 @@
1
-//aggiungere qui il listener
+//add listener here
2
3
-//presa in prestito dall'estensione energy lollipop
4
-//disegnare qui l'icona
+//borrowed from energy lollipop extension
+//draw the icon here
5-browser-extension/start/src/index.js
@@ -1,17 +1,17 @@
//1
-// campi del form
-// risultati
+// form fields
+// results divs
5
//6
6
-//chiamata API
+//call the API
7
8
//5
9
-//imposta la chiave api e la regione per l'utente
+//set up user's api key and region
10
11
//4
12
-// gestisce l'invio del form
+// handle form submission
13
14
-//3 controlli iniziali
+//3 initial checks
15
16
//2
17
-// imposta i listeners e la partenza dell'app
+// set listeners and start app
0 commit comments