Skip to content

Commit

Permalink
update url on viz button click
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminleichter committed Jun 18, 2014
1 parent eab956d commit 678afe4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions html/explore/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ <h2 style="margin-left:10px; width:700px;" id="text_title" >{% if title %}{{titl

<select data-placeholder="All Countries" id="country_trade_partner_select" class="chosen-select-deselect" tabindex="-1" style="width:130px;">
<option value=""></option>

</select>
</div>
</div>
Expand Down Expand Up @@ -1505,7 +1504,7 @@ <h4 style="border-bottom: solid 1px #999; font-family:'PT Sans Narrow',Helvetica
})


$("label").click(function(){
$("#tfViz label").click(function(){
return update_viz($(this).attr("value"));
});

Expand Down

0 comments on commit 678afe4

Please sign in to comment.