mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-14 08:58:05 +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)
|
function openMentionsModal(e)
|
||||||
{
|
{
|
||||||
|
if (e && e.stopPropagation) {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
}
|
||||||
|
|
||||||
if(!defaultScreenName)
|
if(!defaultScreenName)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user