make sure toast hides again

This commit is contained in:
Connor Turland 2016-08-10 18:08:48 +00:00
parent a3f1d51bc6
commit d5cec3844b

View file

@ -94,7 +94,7 @@ Metamaps.GlobalUI = {
self.CreateMap.init();
self.Account.init();
if ($('#toast').html().trim()) self.showDiv('#toast')
if ($('#toast').html().trim()) self.notifyUser($('#toast').html())
//bind lightbox clicks
$('.openLightbox').click(function (event) {