firmware/src/packages/fff/fff-web/files/www/ssl/upgrade.js

13 lines
255 B
JavaScript

function init() {
/* Nothing to do */
}
function restore_firmware() {
if(!confirm("Sollen alle Einstellungen zur\xFCckgesetzt werden?")) return;
send("/cgi-bin/upgrade", { func : 'restore_firmware' }, function(text) {
setText('msg', text);
});
}