Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil9l committed Sep 13, 2016
1 parent 9074669 commit ece06eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion js/vkinject.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,9 @@ function injectToPage(version) {
$('#profile_short').append('<div class="clear_fix vk-statistics-was-used"></div>');
setTimeout(function () {
renderCharts(version);
}, UPDATE_TIMEOUT);
$(".friend-statistic-container:not(:first)").remove();
$(".friends-statistics-selector:not(:first)").remove();
}, 1);
}
}

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "VK Charts",
"description": "Показывает статистику на странице профиля вконтакте.",
"version": "1.0.5",
"version": "1.0.6",
"permissions": [
"tabs",
"storage",
Expand Down

0 comments on commit ece06eb

Please sign in to comment.