(user_id, facebook_opts)
| 149 | } |
| 150 | |
| 151 | function userUrl(user_id, facebook_opts) { |
| 152 | return fullEndpoint("/js/user/new") + |
| 153 | "&id=" + user_id + |
| 154 | "&fb=" + (facebook_opts.facebook || "") + |
| 155 | "&fbId=" + (facebook_opts.facebook_id || "") + |
| 156 | "&fbToken=" + (facebook_opts.facebook_token || ""); |
| 157 | } |
| 158 | |
| 159 | function itemUrl(item_id, title, type) { |
| 160 | return fullEndpoint("/js/item/new") + |
no test coverage detected