mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-16 08:55:31 +01:00
Merge branch 'master' of https://github.com/Andoryuuta/Erupe
This commit is contained in:
@@ -18,7 +18,6 @@ function checkAuthResult() {
|
||||
}
|
||||
|
||||
$(function() {
|
||||
|
||||
// Login form submission.
|
||||
$("#loginform").submit(function(e){
|
||||
e.preventDefault();
|
||||
@@ -34,12 +33,13 @@ $(function() {
|
||||
|
||||
checkAuthResult();
|
||||
});
|
||||
|
||||
$("#btn_config").click(function() {
|
||||
|
||||
// Config button.
|
||||
$("#configButton").click(function(){
|
||||
try{
|
||||
window.external.openMhlConfig();
|
||||
} catch(e){
|
||||
createErrorAlert("Error on openMhlConfig: " + e);
|
||||
}
|
||||
})
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user