replace tabs by spaces
parent
037836b6fa
commit
056db16aae
|
|
@ -102,8 +102,8 @@ if (swipedir==' <---') {
|
||||||
function PrintUserInput(boton){
|
function PrintUserInput(boton){
|
||||||
console.log("Pressed touch/BTN",boton);
|
console.log("Pressed touch/BTN",boton);
|
||||||
if (v_clicks=='0') {
|
if (v_clicks=='0') {
|
||||||
PrintAreas();
|
PrintAreas();
|
||||||
v_clicks=1;
|
v_clicks=1;
|
||||||
}
|
}
|
||||||
ClearBannerArea();
|
ClearBannerArea();
|
||||||
|
|
||||||
|
|
@ -122,7 +122,7 @@ function PrintBtn1(boton){
|
||||||
console.log("Pressed BTN1");
|
console.log("Pressed BTN1");
|
||||||
if (v_clicks=='0'){
|
if (v_clicks=='0'){
|
||||||
PrintAreas();
|
PrintAreas();
|
||||||
v_clicks=1;
|
v_clicks=1;
|
||||||
}
|
}
|
||||||
PrintUserInput("Button1");
|
PrintUserInput("Button1");
|
||||||
|
|
||||||
|
|
@ -132,8 +132,8 @@ function PrintBtn2(boton){
|
||||||
console.log("Pressed BTN2");
|
console.log("Pressed BTN2");
|
||||||
v_color_b_area=ChangeColorBannerArea(v_color_b_area);
|
v_color_b_area=ChangeColorBannerArea(v_color_b_area);
|
||||||
if (v_clicks=='0'){
|
if (v_clicks=='0'){
|
||||||
PrintAreas();
|
PrintAreas();
|
||||||
v_clicks=1;
|
v_clicks=1;
|
||||||
}
|
}
|
||||||
PrintUserInput("Button2");
|
PrintUserInput("Button2");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue