1
0
Fork 0
forked from 0x2620/oxjs

updating js

This commit is contained in:
Rolux 2010-02-26 14:46:14 +01:00
commit 7b16660652
2 changed files with 6 additions and 2 deletions

View file

@ -1839,8 +1839,12 @@ requires
that.bindEvent("click_" + self.autocompleteId, onClick);
}
if (self.options.type != "textarea") {
that.bindEvent({
key_enter: submit,
});
}
that.bindEvent({
key_enter: submit,
key_escape: cancel
});