Skip to content

Commit

Permalink
docs: Fix simple typo, unintentianally -> unintentionally (#125)
Browse files Browse the repository at this point in the history
There is a small typo in django_blog_it/django_blog_it/static/js/jquery.smartmenus.js.

Should read `unintentionally` rather than `unintentianally`.
  • Loading branch information
ashwin31 committed Mar 5, 2020
1 parent ea079e9 commit 19de555
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 19de555

Please sign in to comment.