removed calls of non-event e in openMentionsModal

This commit is contained in:
Simon Grim 2015-02-16 12:32:12 +05:00
parent 99063d6e37
commit a70b751d96

View File

@ -220,8 +220,10 @@ function updateHashtagModal(postboard,hashtag,timeoutArgs) {
function openMentionsModal(e)
{
e.stopPropagation();
e.preventDefault();
if (e && e.stopPropagation) {
e.stopPropagation();
e.preventDefault();
}
if(!defaultScreenName)
{