Correctly prevent clicking on a checkbox, update minified hinter

master
Vitaliy Filippov 2013-11-13 11:54:18 +00:00
parent 8612a25603
commit 6fc3befa52
2 changed files with 2 additions and 2 deletions

View File

@ -397,7 +397,7 @@ SimpleAutocomplete.prototype.enable = function()
SimpleAutocomplete.prototype.preventCheck = function(ev)
{
ev = ev||window.event;
return stopEvent(ev, false, true);
return stopEvent(ev, true, true);
};
// Cancel event propagation

2
hinter.min.js vendored

File diff suppressed because one or more lines are too long