Fixed event confirmation in jQuery

This commit is contained in:
Marcin Kurczewski 2014-05-23 08:45:45 +02:00
parent 2ca46ce746
commit 8e6fbf3c9d

View file

@ -80,6 +80,7 @@ $(function()
{
e.preventDefault();
e.stopPropagation();
e.stopImmediatePropagation();
}
}