mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-12 17:54:22 +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
|
||||
//disegnare qui l'icona
|
||||
//borrowed from energy lollipop extension
|
||||
//draw the icon here
|
||||
|
@@ -1,17 +1,17 @@
|
||||
//1
|
||||
// campi del form
|
||||
// risultati
|
||||
// form fields
|
||||
// results divs
|
||||
|
||||
//6
|
||||
//chiamata API
|
||||
//call the API
|
||||
|
||||
//5
|
||||
//imposta la chiave api e la regione per l'utente
|
||||
//set up user's api key and region
|
||||
|
||||
//4
|
||||
// gestisce l'invio del form
|
||||
// handle form submission
|
||||
|
||||
//3 controlli iniziali
|
||||
//3 initial checks
|
||||
|
||||
//2
|
||||
// imposta i listeners e la partenza dell'app
|
||||
// set listeners and start app
|
||||
|
Reference in New Issue
Block a user