Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Fixed results coming up blank.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgorbatchev committed Jun 8, 2011
1 parent 94f4bc2 commit 849eb01
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/jquery.tokeninput.js
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,7 @@ $.TokenList = function (input, url_or_data, settings) {
return el.id;
});


hidden_input.val(token_ids.join(settings.tokenDelimiter));
update_hidden_input();

token_count += 1;

Expand Down Expand Up @@ -652,7 +651,7 @@ $.TokenList = function (input, url_or_data, settings) {
};
});
saved_tokens = tokens;
hidden_input.val(ids.join(settings.tokenDelimiter));
update_hidden_input();
}


Expand Down

0 comments on commit 849eb01

Please sign in to comment.