Skip to content

Commit

Permalink
fixed #33
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminleichter committed May 23, 2014
1 parent 27b6eab commit ea4fae9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions html/explore/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ <h2 style="margin-left:10px; width:700px;" id="text_title">{% if title %}{{title

<button type="button" onclick="update_viz()" class="glyphicon glyphicon-refresh show-partner tooltipbs" data-toggle="tooltip" title="Refresh" data-placement="top" style="float:right; margin-right:10px; width:25px; height:20px; font-size:8px; visibility:hidden;"></button>

<select data-placeholder="All Countries" id="country1_select" class="chosen-select-deselect" tabindex="-1" style="display: none;">
<select data-placeholder="All Countries" id="country1_select" class="chosen-select-deselect" tabindex="-1" style="width:130px">

<option value=""></option>
{% if country1_list %}
Expand Down Expand Up @@ -197,7 +197,7 @@ <h2 style="margin-left:10px; width:700px;" id="text_title">{% if title %}{{title

<button type="button" onclick="update_viz();" class="glyphicon glyphicon-refresh show-country-product tooltipbs" data-toggle="tooltip" title="Refresh" data-placement="top" style="float:right; margin-right:10px; width:25px; height:20px; font-size:8px; visibility:hidden;"></button>

<select data-placeholder="All Products" id="country_product_select" class="chosen-select-deselect" tabindex="-1" style="display: none;">
<select data-placeholder="All Products" id="country_product_select" class="chosen-select-deselect" tabindex="-1" style="width:130px" placeholder="All Products" >
<option value=""></option>
{% if product_list %}
{% for p in product_list %}
Expand All @@ -222,7 +222,7 @@ <h2 style="margin-left:10px; width:700px;" id="text_title">{% if title %}{{title

<button type="button" onclick="update_viz();" class="glyphicon glyphicon-refresh show-trade-partner tooltipbs" data-toggle="tooltip" title="Refresh" data-placement="top" style="float:right; margin-right:10px; width:25px; height:20px; font-size:8px; visibility:hidden;"></button>

<select data-placeholder="All Countries" id="country_trade_partner_select" class="chosen-select-deselect" tabindex="-1" style="display: none;">
<select data-placeholder="All Countries" id="country_trade_partner_select" class="chosen-select-deselect" tabindex="-1" style="width:130px;">
<option value=""></option>
{% if country1_list %}

Expand Down

0 comments on commit ea4fae9

Please sign in to comment.