xillegas commited on
Commit
7adddda
1 Parent(s): 1e122c4

DEV: commit de prueba, comentario

Browse files
Files changed (1) hide show
  1. static/js/windowHandler.js +1 -0
static/js/windowHandler.js CHANGED
@@ -161,6 +161,7 @@ class WindowHandler{
161
  }
162
 
163
  toggleSwitch(event) {
 
164
  let checkBox = event.currentTarget;
165
  $(document).trigger("accion:switch_change", checkBox.checked);
166
  if (checkBox.checked) {
 
161
  }
162
 
163
  toggleSwitch(event) {
164
+ //boton de switch para consultar con google.
165
  let checkBox = event.currentTarget;
166
  $(document).trigger("accion:switch_change", checkBox.checked);
167
  if (checkBox.checked) {