mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-04 02:39:31 +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
|
||||
|
||||
Reference in New Issue
Block a user