| branch | popcorn-port |
| changeset 601 | 02b857c0c9f1 |
| parent 595 | 29d86e6c61a6 |
| child 610 | 7533dd920805 |
--- a/src/js/serializers/JSONSerializer.js Mon Jan 09 16:43:36 2012 +0100 +++ b/src/js/serializers/JSONSerializer.js Mon Jan 09 17:22:36 2012 +0100 @@ -236,11 +236,8 @@ var currentTimeMs = 1000 * currentTime; if (typeof(id) === "undefined") { - id = this.getChapitrage(); - - if (typeof(id) === "undefined") var legal_ids = this.getNonTweetIds(); - else + } else { legal_ids = [id]; }