Closed GoogleCodeExporter closed 9 years ago
Hello! Can you please tell the me the exact code line that this error happened?
Original comment by alextselegidis@gmail.com
on 3 Jan 2014 at 9:30
It says line 79 in login.php - event.preventDefault();
Original comment by chamoun....@gmail.com
on 3 Jan 2014 at 9:39
This bug appears only on Firefox. Thank you for submitting the issue.
Original comment by alextselegidis@gmail.com
on 3 Jan 2014 at 10:01
Fixed it..
need to change to the following in login.php
$('#login-form').submit(function(e) {
e.preventDefault();
Original comment by chamoun....@gmail.com
on 3 Jan 2014 at 10:22
This issue was closed by revision r154.
Original comment by alextselegidis@gmail.com
on 3 Jan 2014 at 10:26
Yes I just did that! Thank you :)
There are some other places in the code where there are similar issues so a new
version will be added (v0.7.1) in the release plan so that E!A will work
properly on Firefox.
You will need to replace the files from the latest commit into your own copy
(https://code.google.com/p/easy-appointments/source/detail?r=154).
I will test the application for other possible issues with Firefox and tomorrow
I will publish v0.7.1
Original comment by alextselegidis@gmail.com
on 3 Jan 2014 at 10:29
Original issue reported on code.google.com by
chamoun....@gmail.com
on 3 Jan 2014 at 9:23