Skip to content

Commit

Permalink
fix inline js
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Jan 17, 2020
1 parent 74b3ad6 commit 4f2df83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/skins/classic/views/filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
}
?>
<td><?php if ( count($terms) > 2 ) { echo htmlSelect("filter[Query][terms][$i][obr]", $obracketTypes, $term['obr']); } else { ?>&nbsp;<?php } ?></td>
<td><?php echo htmlSelect("filter[Query][terms][$i][attr]", $attrTypes, $term['attr'], 'checkValue(this);'); ?></td>
<td><?php echo htmlSelect("filter[Query][terms][$i][attr]", $attrTypes, $term['attr'], array('data-on-change-this'=>'checkValue')); ?></td>
<?php
if ( isset($term['attr']) ) {
if ( $term['attr'] == 'Archived' ) {
Expand Down

0 comments on commit 4f2df83

Please sign in to comment.