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:
Connor Turland 2014-11-30 13:47:41 -05:00
parent 411efa9692
commit ce7bec98ed
3 changed files with 4 additions and 2 deletions

View file

@ -30,6 +30,7 @@
width: 100%;
height: 100%;
margin:0;
z-index: 0;
}
#yield {

View file

@ -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>

View file

@ -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);