pixel-cookers / redmine-theme

A nice, dark and blue theme for Redmine.
http://pixel-cookers.github.io/redmine-theme/
MIT License
118 stars 58 forks source link

Error editing issues #21

Closed jlmera closed 11 years ago

jlmera commented 11 years ago

When editing an issues and by clicking accept an error is generated (in the picture) using firefox 22

error

Seeking found the charge:

$('.controller-issues.action-show #issue-form input[type="submit"], .controller-timelog .edit_time_entry input[type="submit"], .controller-timelog .new_time_entry input[type="submit"]').on('click', function(){ window.onbeforeunload = function (e) { var e = e || window.event; if (e) { e.returnValue = null; } return null; }; });

Tide commented 11 years ago

I am getting this error as well.

jaugustin commented 11 years ago

@jlmera @Tide could you test the last master version, and say if this fix your issue.

Tide commented 11 years ago

That seems to have fixed it. Thanks for the good work and great theme!