Skip to content

Commit

Permalink
remove outdated vis block code segment
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Blose committed Feb 22, 2015
1 parent bb279c3 commit 5e12ed6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/github.com/getlantern/lantern-ui/app/partials/vis.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<div id="vis-block" ng-hide="!show || model.modal == 'none'"></div>

<!--
Only show yourself on the map if you've either managed to do a geoip lookup or have a stored geolocation.
-->
<div id="vis" ng-controller="VisCtrl">
<svg id="map" resizable>
<div id="vis" ng-controller="VisCtrl" resizable>
<svg id="map">
<g id="zoomGroup" transform="matrix(1 0 0 1 0 0)">
<g id="countries" countries />
<g id="peers" peers></g>
Expand Down

0 comments on commit 5e12ed6

Please sign in to comment.