make sure toast hides again
This commit is contained in:
parent
a3f1d51bc6
commit
d5cec3844b
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ Metamaps.GlobalUI = {
|
||||||
self.CreateMap.init();
|
self.CreateMap.init();
|
||||||
self.Account.init();
|
self.Account.init();
|
||||||
|
|
||||||
if ($('#toast').html().trim()) self.showDiv('#toast')
|
if ($('#toast').html().trim()) self.notifyUser($('#toast').html())
|
||||||
|
|
||||||
//bind lightbox clicks
|
//bind lightbox clicks
|
||||||
$('.openLightbox').click(function (event) {
|
$('.openLightbox').click(function (event) {
|
||||||
|
|
Loading…
Reference in a new issue