Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
In a project migrated from previous version, now in 9.6, button "Back to list" (in every edit page) does nothing when pressed. The same in view pages.Button "register" on register page does not function, but button back to login functions!!It only happens in one of my projects, the rest goes ok.Any idea?
As a first step - check for Javascript errors:https://xlinesoft.com/phprunner/docs/troubleshooting_javascript_errors.htmIt sounds like some sort of Javascript error is happening there.
Yes! It was a Javascript error.It seems that this old code is not correct now:$.each($("input,textarea"),function(i,e){$(this).css('fontSize', '150%');});It was in login page, and that's why I didn´t realize, but following your help, I finally realized where the problem was.Thanks!!!