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

'refresh' button updates the list of raw devices

parent ebaeff33
...@@ -115,6 +115,8 @@ function process_is_hdd_mounted(xmldoc) { ...@@ -115,6 +115,8 @@ function process_is_hdd_mounted(xmldoc) {
function scan_devices(callback) { function scan_devices(callback) {
if (document.getElementById('fast_rec').checked == false) { if (document.getElementById('fast_rec').checked == false) {
makeRequest('camogm_interface.php','?cmd=listdevices',callback); makeRequest('camogm_interface.php','?cmd=listdevices',callback);
} else {
makeRequest('camogm_interface.php', '?cmd=list_raw_devices');
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment