Skip to content

Commit 9b9da13

Browse files
committed
impr: updated event properties
1 parent bcbbd0e commit 9b9da13

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"authors": [
55
"Jonathan Hornung <[email protected]>"
66
],
7-
"version": "0.6.3",
7+
"version": "0.6.4",
88
"description": "facebook plugin for apiNG",
99
"main": "dist/angular-plugin-facebook.min.js",
1010
"moduleType": [],

dist/aping-plugin-facebook.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aping-plugin-facebook",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": "facebook plugin for apiNG",
55
"main": "Gruntfile.js",
66
"scripts": {

src/aping-facebook-helper.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,9 @@ jjtApingFacebook.service('apingFacebookHelper', ['apingModels', 'apingTimeHelper
322322
var eventObject = apingModels.getNew("event", this.getThisPlattformString());
323323

324324
$.extend(true, eventObject, {
325-
blog_name: _item.owner.name,
326-
blog_id: _item.owner.id,
327-
blog_link: this.getThisPlattformLink() + _item.owner.id + "/",
325+
artist_name: _item.owner.name,
326+
artist_id: _item.owner.id,
327+
artist_link: this.getThisPlattformLink() + _item.owner.id + "/",
328328
intern_id: _item.id,
329329
event_url: this.getThisPlattformLink() + _item.owner.id + "_" + _item.id + "/",
330330
ticket_url: _item.ticket_uri || undefined,

0 commit comments

Comments
 (0)