Moodle Mobile Adding Site URL Automatically

Re: Moodle Mobile Adding Site URL Automatically

by Juan Leyva -
Number of replies: 0
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers

You should:

Index.html file

- Hide (via CSS) the login-details div

- Show the the login-credentials div

- Change this piece of code:

$('#add-site form').on('submit', MM.checkSite); to

$('#add-site form').on('submit', MM.addSite);