mirror of
https://github.com/kepler155c/opus
synced 2025-11-10 20:43:03 +00:00
http binary mode
This commit is contained in:
@@ -99,5 +99,5 @@ function page:eventHandler(event)
|
||||
end
|
||||
|
||||
local args = { ... }
|
||||
UI:setPage(#args[1] and topicPage or page, args[1])
|
||||
UI:setPage(args[1] and topicPage or page, args[1])
|
||||
UI:pullEvents()
|
||||
|
||||
Reference in New Issue
Block a user