fixed wrong notify message bug. fixed firefox z-index issue. moved fork on github link and pointed to new metamaps repo
This commit is contained in:
parent
411efa9692
commit
ce7bec98ed
3 changed files with 4 additions and 2 deletions
|
@ -30,6 +30,7 @@
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
margin:0;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
#yield {
|
||||
|
|
|
@ -32,9 +32,9 @@
|
|||
</div>
|
||||
</div>
|
||||
</div><!-- end yield -->
|
||||
<div class="github-fork-ribbon-wrapper left-bottom">
|
||||
<div class="github-fork-ribbon-wrapper right-bottom">
|
||||
<div class="github-fork-ribbon">
|
||||
<a href="https://github.com/connoropolous/metamaps_gen002" target="_blank">Fork me on GitHub</a>
|
||||
<a href="https://github.com/metamaps/metamaps_gen002" target="_blank">Fork me on GitHub</a>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
|
|
|
@ -364,6 +364,7 @@ Metamaps.Famous.build = function () {
|
|||
if (message) {
|
||||
Metamaps.GlobalUI.notifyUser(message);
|
||||
f.toast.surf.deploy(f.toast.surf._currTarget);
|
||||
f.toast.surf.removeListener('deploy', initialToast);
|
||||
}
|
||||
};
|
||||
f.toast.surf.on('deploy', initialToast);
|
||||
|
|
Loading…
Reference in a new issue