Skip to content

Commit

Permalink
Merge pull request #269 from Pmmlabs/gifts
Browse files Browse the repository at this point in the history
Подарки во всплывающем окне
  • Loading branch information
KiberInfinity committed Jan 1, 2016
2 parents fd4a5df + a024c39 commit befdfc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/vk_users.js
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ function ExUserItems(id,el){
//'<a href="/apps.php?mid=%uid">'+IDL("clAp")+'</a>',
//'<a href="/events.php?id=%uid">'+IDL("clEv")+'</a>',
'<a href="/notes%uid" onclick="return nav.go(this, event);">' + IDL("clNo") + '</a>',
'<a href="/gifts%uid">' + IDL("clGi") + '</a>',
'<a href="/gifts%uid" onclick="return !showBox(\'al_gifts.php\', {act: \'box\', mid: %uid}, {cache: 1, stat: [\'gifts.css\', \'gifts.js\']})">' + IDL("clGi") + '</a>',
//'<a href="/rate.php?act=vote&id=%uid">'+IDL("clRa")+'</a>',
'<a href="/feed?section=source&source=%uid">' + IDL("mNeP") + '</a>',
'<a href="/feed?owner=%uid&section=owner" onClick="return nav.go(this,event);">' + IDL("clNews") + '</a>',
Expand Down

0 comments on commit befdfc3

Please sign in to comment.