Browse Source

removed calls of non-event e in openMentionsModal

master
Simon Grim 10 years ago
parent
commit
a70b751d96
  1. 6
      js/interface_common.js

6
js/interface_common.js

@ -220,8 +220,10 @@ function updateHashtagModal(postboard,hashtag,timeoutArgs) { @@ -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…
Cancel
Save