File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 6
6
< title > Cotizaciones del Dolar</ title >
7
7
8
8
< link rel ="stylesheet " href ="./css/styles.css ">
9
- // favicon
9
+ <!-- favicon-->
10
10
< link rel ="preconnect " href ="https://fonts.googleapis.com ">
11
11
< link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
12
12
< link href ="https://fonts.googleapis.com/css2?family=Roboto&family=Ubuntu&display=swap " rel ="stylesheet ">
Original file line number Diff line number Diff line change @@ -182,4 +182,12 @@ const errorParagraphs = document.querySelectorAll('.error-message');
182
182
} ) ;
183
183
} ) ;
184
184
185
+ /*Añadir nuevo error:
186
+
187
+ "Ingrese un valor a convertir primero"
188
+
189
+ para que aparezca cuando el usuario ejecuta btnExchange
190
+ sin antes haber puesto un valor en los inputs*/
191
+
192
+ /*Añadir la capacidad de sacar la clase 'boton-seleccionado' en caso de ya estar presente en dicho boton*/
185
193
You can’t perform that action at this time.
0 commit comments