You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to issue #641. The log in button on the main page and that of role switching not being disabled when logging in.
A fix was pushed already but it involved modifying the Prototype framework AJAX after event handler. The checked in fix changed the AJAX after handler to be a complete handler. This does not change any functionality as the current AJAX after handler only enables the button and sets it to it's original value. However, it should be cleaned up with a new release of Prototype.
A Using an AJAX after handler as is used currently by the rails.js file is wrong and a reference to using AJAX complete can be found at rails/prototype-ujs#5
This is related to issue #641. The log in button on the main page and that of role switching not being disabled when logging in.
A fix was pushed already but it involved modifying the Prototype framework AJAX after event handler. The checked in fix changed the AJAX after handler to be a complete handler. This does not change any functionality as the current AJAX after handler only enables the button and sets it to it's original value. However, it should be cleaned up with a new release of Prototype.
A Using an AJAX after handler as is used currently by the rails.js file is wrong and a reference to using AJAX complete can be found at rails/prototype-ujs#5
A discussion on the Markus Blog was opened at http://blog.markusproject.org/?p=3631
The text was updated successfully, but these errors were encountered: