mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
map
This commit is contained in:
parent
4ddaf4518b
commit
2a91a45319
@ -29,6 +29,7 @@
|
||||
height: 100%;
|
||||
font-family: Arial;
|
||||
font-size: 16pt;
|
||||
z-index: -1;
|
||||
}
|
||||
.stick {
|
||||
position: absolute;
|
||||
@ -46,9 +47,6 @@
|
||||
.button:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
.show {
|
||||
display: block;
|
||||
}
|
||||
.hide {
|
||||
display: none;
|
||||
}
|
||||
@ -166,9 +164,9 @@
|
||||
}
|
||||
gps.where = gps.where || Where(gps.opt);
|
||||
$('#follow').text(location.origin + location.pathname + '#' + gps.track);
|
||||
$('#share').toggleClass("show");
|
||||
$('#share').toggleClass("hide");
|
||||
$('#share').on('click', function(){
|
||||
$('#link').toggleClass("show");
|
||||
$('#link').toggleClass("hide");
|
||||
});
|
||||
$('#close').on('click', function(){
|
||||
$('#link').toggleClass("hide");
|
||||
|
Loading…
x
Reference in New Issue
Block a user