Commit dbb47027 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(firewall) leftover from single select

(cherry picked from commit b3d6d798)
parent 73a42ebe
...@@ -668,7 +668,6 @@ $( document ).ready(function() { ...@@ -668,7 +668,6 @@ $( document ).ready(function() {
<tr> <tr>
<td colspan="5"> <td colspan="5">
<select class="selectpicker" data-live-search="true" data-size="5" multiple placeholder="<?=gettext("select category");?>" id="fw_category"> <select class="selectpicker" data-live-search="true" data-size="5" multiple placeholder="<?=gettext("select category");?>" id="fw_category">
<option value=""><?=gettext("Filter by category");?></value>
<?php <?php
// collect unique list of categories and append to option list // collect unique list of categories and append to option list
$categories = array(); $categories = array();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment