A bug in /reasonator/main.js about https redirection

Issue #5 resolved
Former user created an issue

On main.js, line 3527, shouldn't

window.location = window.location.href.replace(/^https:/,'http:/') ;

be

window.location = window.location.href.replace(/^https:/,'http:') ;

Thanks!

Comments (1)

  1. Log in to comment