Skip to content

Commit

Permalink
Edited jquery.fcbkcomplete.js via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
jrencz committed Jul 30, 2011
1 parent 6e4c8d9 commit b1de969
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jquery.fcbkcomplete.js
Expand Up @@ -246,6 +246,9 @@
feed.show();
}
});
if (options.oncreate) {
options.oncreate.call(options.oncreate, input)
}
if (focusme) {
setTimeout( function() {
input.focus();
Expand Down

0 comments on commit b1de969

Please sign in to comment.