mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 14:06:26 +02:00
operator accounting fix
This commit is contained in:
parent
7f4becd901
commit
7744e1dccc
13 changed files with 325 additions and 403 deletions
|
@ -114,7 +114,7 @@ function toggle_box(id) {
|
|||
//check all checkboxes
|
||||
function CheckAll() {
|
||||
for (var i = 0; i < document.searchform.elements.length; i++) {
|
||||
if(document.searchform.elements[i].type == 'checkbox' && document.searchform.elements[i].name != 'temp' && document.searchform.elements[i].name != 'csv'){
|
||||
if(document.searchform.elements[i].type == 'checkbox' && document.searchform.elements[i].name == 'ck4ex'){
|
||||
document.searchform.elements[i].checked = !(document.searchform.elements[i].checked);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue