We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e601a commit 012f2d4Copy full SHA for 012f2d4
js/engine.js
@@ -111,7 +111,8 @@ function gotoUnloggedPage() {
111
* Goes to the home page (defined in parameter 'main_url' inside config/config.json)
112
*/
113
function gotoHome() {
114
- window.location.href = window.config.main_url.replace('http://', 'https://');
+ // window.location.href = window.config.main_url.replace('http://', 'https://');
115
+ window.location.href = window.config.main_url;
116
}
117
118
0 commit comments