mirror of
https://github.com/rscmbbng/Border-Check.git
synced 2024-12-28 06:41:34 +01:00
minor changes to lay-out
This commit is contained in:
parent
b9ab192608
commit
29e73ff796
@ -119,7 +119,8 @@ output = """
|
||||
<p class='divider'>------------------------------</p>
|
||||
<div class='toggle' id='contact'>Get in touch</div>
|
||||
<div id='contact-content'>
|
||||
Roel Roscam Abbing (rscmbbng@riseup.net, @rscmbbng) <br />
|
||||
<br />
|
||||
Roel Roscam Abbing (rscmbbng@riseup.net) <br />
|
||||
psy (epsylon@riseup.net)
|
||||
</div>
|
||||
|
||||
|
@ -72,9 +72,9 @@ window.onload = function () {
|
||||
|
||||
//legend controlls
|
||||
$('#home').bind('click', function(){
|
||||
$('#legend-text').html("This is the first hop on your journey, most probably your provider's router in your street or neighbourhood")})
|
||||
$('#legend-text').html("This is the first hop on your journey, most probably the router of your provider for your neighbourhood or city.")})
|
||||
$('#hop').bind('click', function(){
|
||||
$('#legend-text').html('This represents either a server or router that you pass. Click it to get metadata on it.')})
|
||||
$('#legend-text').html("This represents a hop to either a server or router that you pass. Click on it to view it's metadata." )})
|
||||
$('#cluster').bind('click', function(){
|
||||
$('#legend-text').html('Server hops in the same country or location get automatically grouped into clusters. Click the clusters to see individual hops.')})
|
||||
$('#destination').bind('click', function(){
|
||||
|
Loading…
Reference in New Issue
Block a user