if alert is closed dont fire clickfn

This commit is contained in:
Baris Soner Usakli
2014-02-28 16:23:46 -05:00
parent eea677655f
commit 6bf36a0468

View File

@@ -221,6 +221,7 @@ var socket,
alert.find('button').on('click', function() {
params.closefn();
fadeOut();
return false;
});
}
});