Return proper value from click handler
This commit is contained in:
parent
4425e1b0c7
commit
c01b258e51
@ -418,6 +418,7 @@ local PAGES = {
|
|||||||
},
|
},
|
||||||
onClick = function(e, x, y, s)
|
onClick = function(e, x, y, s)
|
||||||
state:setPage("REQUEST")
|
state:setPage("REQUEST")
|
||||||
|
return true
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -426,6 +427,7 @@ local PAGES = {
|
|||||||
parent = state.monitor,
|
parent = state.monitor,
|
||||||
onClick = function(e, x, y, s)
|
onClick = function(e, x, y, s)
|
||||||
state:setPage("MAIN")
|
state:setPage("MAIN")
|
||||||
|
return true
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -446,6 +448,7 @@ local PAGES = {
|
|||||||
parent = state.monitor,
|
parent = state.monitor,
|
||||||
onClick = function(e, x, y, s)
|
onClick = function(e, x, y, s)
|
||||||
state:setPage("GROUP_DETAIL")
|
state:setPage("GROUP_DETAIL")
|
||||||
|
return true
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user