-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default event callbacks set to false from documentation throw an error #24
Comments
removed all the options above and leave the default options .. the error has disappeared .. |
just a question JAlert need Bootstrap? |
It doesn’t need bootstrap. You probably have a bad value or typo in your options. I’ll look when I get on my computer in a couple hours.
…Sent from my iPhone
On Jul 18, 2019, at 7:15 AM, afterbit01 ***@***.***> wrote:
just a question JAlert need Bootstrap?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I asked for Bootstrap .. because the jAlert texts (ex .. Your session will timeout in ..) appear at the bottom of the html page .. I see the countdown, etc. but not the popup that covers the entire html page |
It works!... it was a problem of CSS.. now i review my jTimeout options as suggested before.. thank you!!!.. btw.. great plugin!!! ;-) |
Can you fix your original comment above? The code formatting is only working for half of it. And thanks lol. |
yes.. done! |
Looks like it doesn't like you passing false for those options: "onPriorCallback" and "onMouseMove".
or don't pass anything at all and you'll get the default functionality which might be what you're looking for... |
Yes it seems so.. |
Ok, so the check before running those methods needs to be fixed. Thanks for reporting it. If you have time and want to contribute, please change it and submit a pull request :) Otherwise, I'll update it as soon as I am able. |
Hello, this is my config :
jQuery 3.4.1 / Chrome v 75.0
i get this error :
jTimeout.min.js:10 Uncaught TypeError: c.options.onPriorCallback is not a function
at countdown (jTimeout.min.js:10)
and then a series of :
jTimeout.min.js:10 Uncaught TypeError: c.options.onMouseMove is not a function
at HTMLBodyElement. (jTimeout.min.js:10)
at HTMLBodyElement.dispatch (jquery.js.xhtml?ln=primefaces&v=7.0.5:2)
at HTMLBodyElement.v.handle (jquery.js.xhtml?ln=primefaces&v=7.0.5:2)
the flashingTitleText: 'WARNING' is showed on the page title
The text was updated successfully, but these errors were encountered: