Open razorfever opened 11 years ago
You seem to have an error in your code in line 64:
61 my_dialog = $(modal).dialog({ 62 buttons: buttonsOpts, 63 modal: true, 64 title: opts.dialogButton --> this should be 'title: opts.dialogTitle', right? 65 });
You might want to check out this fork https://github.com/JillElaine/jquery-idleTimeout.
Is correct your change propose razorfever
You seem to have an error in your code in line 64: