Jump to content

Que erro é esse? Server triggered...


Recommended Posts

  • Moderators
addEvent ( string eventName [, bool allowRemoteTrigger = false ] )   

O segundo argumento do evento está definido como false. Significa que o evento só vai poder ser chamado no próprio lado.

  • Like 2
Link to comment
  • Other Languages Moderators

Provavelmente o erro está no seu painel de login.

Procure no script client essa linha:

addEvent ("hideLoginWindow")

E coloque um true no segundo argumento.

addEvent ("hideLoginWindow", true)

Se tiver um false no segundo argumento, substitua o false pelo true.

  • Thanks 1
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...