mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-13 10:14:50 +02:00
Merge pull request #915 from han9912/branch-untranslate
un-translate code
This commit is contained in:
6
5-browser-extension/start/dist/background.js
vendored
6
5-browser-extension/start/dist/background.js
vendored
@@ -1,4 +1,4 @@
|
|||||||
//aggiungere qui il listener
|
//add listener here
|
||||||
|
|
||||||
//presa in prestito dall'estensione energy lollipop
|
//borrowed from energy lollipop extension
|
||||||
//disegnare qui l'icona
|
//draw the icon here
|
||||||
|
@@ -1,17 +1,17 @@
|
|||||||
//1
|
//1
|
||||||
// campi del form
|
// form fields
|
||||||
// risultati
|
// results divs
|
||||||
|
|
||||||
//6
|
//6
|
||||||
//chiamata API
|
//call the API
|
||||||
|
|
||||||
//5
|
//5
|
||||||
//imposta la chiave api e la regione per l'utente
|
//set up user's api key and region
|
||||||
|
|
||||||
//4
|
//4
|
||||||
// gestisce l'invio del form
|
// handle form submission
|
||||||
|
|
||||||
//3 controlli iniziali
|
//3 initial checks
|
||||||
|
|
||||||
//2
|
//2
|
||||||
// imposta i listeners e la partenza dell'app
|
// set listeners and start app
|
||||||
|
Reference in New Issue
Block a user