Skip to content

Commit

Permalink
Merge 7d456e4 into ea079e9
Browse files Browse the repository at this point in the history
  • Loading branch information
timgates42 committed Mar 4, 2020
2 parents ea079e9 + 7d456e4 commit 9bd19c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions django_blog_it/django_blog_it/static/js/jquery.smartmenus.js
Expand Up @@ -35,7 +35,7 @@
var eNS = '.smartmenus_mouse';
if (!mouseDetectionEnabled && !disable) {
// if we get two consecutive mousemoves within 2 pixels from each other and within 300ms, we assume a real mouse/cursor is present
// in practice, this seems like impossible to trick unintentianally with a real mouse and a pretty safe detection on touch devices (even with older browsers that do not support touch events)
// in practice, this seems like impossible to trick unintentionally with a real mouse and a pretty safe detection on touch devices (even with older browsers that do not support touch events)
var firstTime = true,
lastMove = null;
$(document).bind(getEventsNS([
Expand Down Expand Up @@ -1212,4 +1212,4 @@
};

return $;
}));
}));

0 comments on commit 9bd19c8

Please sign in to comment.