remove data-on-click-this from markEids[] because we have an onclick bind in initPage

pull/2535/head
Isaac Connor 2019-02-19 09:58:03 -05:00
parent 4cd3a93e96
commit 87988185e5
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ while ( $event_row = dbFetchNext($results) ) {
echo '</td>';
} // end if ZM_WEB_LIST_THUMBS
?>
<td class="colMark"><input type="checkbox" name="markEids[]" value="<?php echo $event->Id() ?>" data-on-click-this="configureButton"/></td>
<td class="colMark"><input type="checkbox" name="markEids[]" value="<?php echo $event->Id() ?>"/></td>
</tr>
<?php
}