|
|
@ -154,11 +154,14 @@ function backup() { |
|
|
|
"cancelable": false |
|
|
|
"cancelable": false |
|
|
|
}); |
|
|
|
}); |
|
|
|
download.dispatchEvent(clickEvent); |
|
|
|
download.dispatchEvent(clickEvent); |
|
|
|
status("<p>Download:</p><pre>"+download.outerHTML.replace("<", "<")+"</pre>"); |
|
|
|
|
|
|
|
togglemenu(); |
|
|
|
togglemenu(); |
|
|
|
setTimeout(start, 20000); |
|
|
|
setTimeout(start, 20000); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// Upload Profile Backup
|
|
|
|
|
|
|
|
function restore(evt) { |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// Check if user name is available
|
|
|
|
/// Check if user name is available
|
|
|
|
/** Calls checknewuser.php on server and displays an error, if the |
|
|
|
/** Calls checknewuser.php on server and displays an error, if the |
|
|
|
user name is already in use. This function is used when creating a |
|
|
|
user name is already in use. This function is used when creating a |
|
|
|