mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-08 20:59:25 +01:00
Fixed deselection on config page, removed 'print repr(extra)' used for testing
This commit is contained in:
@@ -874,7 +874,7 @@ m<%inherit file="base.html"/>
|
||||
$("#${extra}").attr("checked", true);
|
||||
}
|
||||
else {
|
||||
$("${extra}").attr("checked", false);
|
||||
$("#${extra}").attr("checked", false);
|
||||
}
|
||||
});
|
||||
%endfor
|
||||
|
||||
@@ -616,7 +616,6 @@ class WebInterface(object):
|
||||
|
||||
i = 1
|
||||
for extra in extras_list:
|
||||
print repr(extra)
|
||||
if extra:
|
||||
temp_extras_list.append(i)
|
||||
i+=1
|
||||
|
||||
Reference in New Issue
Block a user