View Single Post
  #302  
Old 07-14-2015, 01:42 PM
Trajor Trajor is offline
Kobold


Join Date: May 2015
Posts: 142
Default

Still no initial item list for me, using Chrome v43 and IE v11.

Perhaps you need to swap the closing </select> with the <script> line?

<select id="item-search" class="btn" multiple>
<option value="" selected>Show all items</option>
</select>
<script>populate_item_search();</script>
Reply With Quote