Skip to content

Commit

Permalink
Fix view_type dynamic inputs on view_filters_page.php
Browse files Browse the repository at this point in the history
Add the form id so that javascript can retrieve view_type parameter.
  • Loading branch information
cproensa committed Jan 14, 2017
1 parent ef49e2a commit fabb5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view_filters_page.php
Expand Up @@ -101,7 +101,7 @@
<div class="space-10"></div>
<div class="col-md-12 col-xs-12">

<form method="post" name="filters" action="<?php echo $t_action; ?>">
<form method="post" name="filters" id="filters_form_open" action="<?php echo $t_action; ?>">

<?php # CSRF protection not required here - form does not result in modifications ?>
<input type="hidden" name="type" value="1" />
Expand Down

0 comments on commit fabb5c2

Please sign in to comment.