philpalmieri / jquery-idleTimeout

idle Activity Timeout and logut redirect for jQuery
27 stars 115 forks source link

Dialog title error #6

Open razorfever opened 11 years ago

razorfever commented 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        });
JillElaine commented 11 years ago

You might want to check out this fork https://github.com/JillElaine/jquery-idleTimeout.

portal7 commented 10 years ago

Is correct your change propose razorfever