Closed darolmar closed 6 years ago
Very strange because this was working on different servers and different browsers for two or three months.
I would suggest to try to reproduce from a fresh installation. I have the same problem each time I reset to the main brach.
karuta-frontend.txt When loading frontend login page with this code: I'm always getting the same results: This is due the lack of availability of some js files when login.js is loaded. To fix this, theses files should be loaded before login.js so that when displayKarutaLogin() is invoked they have been already loaded: If we do like this, we'll get the login page rendered:
I'm attaching a patch to fix this.