mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-13 08:27:51 +00:00
removed calls of non-event e in openMentionsModal
This commit is contained in:
parent
99063d6e37
commit
a70b751d96
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user