nrep
Well-known member
Thanks, I've dropped you a PM 
I do notice a JS error on the registration page in the console, so perhaps that has something to do with it. It looks like every log entry has Javascript listed as disabled, so I think this may be where the problem is
.
edit: When I disable DeferJS, the problem goes away - perhaps this is the problem. Do you know if there is a way around this?

I do notice a JS error on the registration page in the console, so perhaps that has something to do with it. It looks like every log entry has Javascript listed as disabled, so I think this may be where the problem is

edit: When I disable DeferJS, the problem goes away - perhaps this is the problem. Do you know if there is a way around this?
Uncaught ReferenceError: $ is not defined
at (index):1089
(anonymous) @ (index):1089
$(document).ready(function() {
$('.xenForm').on("keypress", function (event) {eventschanged = 1;keypresscount_log++;});
$('.xenForm').on("keyup", function (event) {eventschanged = 1;keyupcount_log++;});
$('.xenForm').on("tap",function(event){eventschanged = 1;tapcount_log++;});
$('.xenForm').mousemove(function( event ) {eventschanged = 1;mousemovecount_log ++;});
$('.xenForm').click(function(event) {eventschanged = 1;clickcount_log++;});
});
Last edited: