Commit 219657d4 authored by Mikhail Karpenko's avatar Mikhail Karpenko
Browse files

'refresh' button updates the list of raw devices

parent ebaeff33
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -115,6 +115,8 @@ function process_is_hdd_mounted(xmldoc) {
function scan_devices(callback) {
	if (document.getElementById('fast_rec').checked == false) {
		makeRequest('camogm_interface.php','?cmd=listdevices',callback);
	} else {
		makeRequest('camogm_interface.php', '?cmd=list_raw_devices');
	}
}