mirror of
https://github.com/Michatec/ptelevision.git
synced 2026-04-01 07:56:29 +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
|
waitForLoad = false
|
||||||
|
if cb then cb() end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
AddEventHandler('onResourceStop', function(name)
|
AddEventHandler('onResourceStop', function(name)
|
||||||
|
|||||||
Reference in New Issue
Block a user