summaryrefslogtreecommitdiffstats
path: root/usr/local/www/javascript/diag_backup/diag_backup.js
blob: d9ca4f6d1888df8efbce02546a8bd9bbcf63e06e (plain)
1
2
3
4
5
6
7
8
9
10
11

function check_upload_status(id) {

	if (document.getElementById("restore").value == 'Restore configuration') {
		window.open('progress.php?conffile=' + id,'UploadMeter','width=370,height=115', true);
		return true;
	} else {
		return false;
	}

}
OpenPOWER on IntegriCloud