mirror of
https://github.com/Michatec/ptelevision.git
synced 2026-03-31 23:46:30 +02:00
Updated NUI Callback Support.
This commit is contained in:
@@ -209,8 +209,9 @@ end)
|
||||
|
||||
|
||||
|
||||
RegisterNUICallback("pageLoaded", function()
|
||||
RegisterNUICallback("pageLoaded", function(cb)
|
||||
waitForLoad = false
|
||||
if cb then cb() end
|
||||
end)
|
||||
|
||||
AddEventHandler('onResourceStop', function(name)
|
||||
|
||||
Reference in New Issue
Block a user