Skip to content

Commit

Permalink
impr: updated event properties
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyTheTank committed Dec 30, 2015
1 parent bcbbd0e commit 9b9da13
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"authors": [
"Jonathan Hornung <[email protected]>"
],
"version": "0.6.3",
"version": "0.6.4",
"description": "facebook plugin for apiNG",
"main": "dist/angular-plugin-facebook.min.js",
"moduleType": [],
Expand Down
4 changes: 2 additions & 2 deletions dist/aping-plugin-facebook.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aping-plugin-facebook",
"version": "0.6.3",
"version": "0.6.4",
"description": "facebook plugin for apiNG",
"main": "Gruntfile.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions src/aping-facebook-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,9 @@ jjtApingFacebook.service('apingFacebookHelper', ['apingModels', 'apingTimeHelper
var eventObject = apingModels.getNew("event", this.getThisPlattformString());

$.extend(true, eventObject, {
blog_name: _item.owner.name,
blog_id: _item.owner.id,
blog_link: this.getThisPlattformLink() + _item.owner.id + "/",
artist_name: _item.owner.name,
artist_id: _item.owner.id,
artist_link: this.getThisPlattformLink() + _item.owner.id + "/",
intern_id: _item.id,
event_url: this.getThisPlattformLink() + _item.owner.id + "_" + _item.id + "/",
ticket_url: _item.ticket_uri || undefined,
Expand Down

0 comments on commit 9b9da13

Please sign in to comment.