We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694bd15 commit 0221b8bCopy full SHA for 0221b8b
js/vkinject.js
@@ -238,7 +238,6 @@ function renderCharts(version) {
238
}
239
240
function injectToPage(version) {
241
- console.log($('.vk-statistics-was-used').length);
242
if ($('#profile_short').length !== 0 && $('.vk-statistics-was-used').length === 0 && $('.friend-statistic-container').length === 0) {
243
$('#profile_short').append('<div class="clear_fix vk-statistics-was-used"></div>');
244
setTimeout(function () {
0 commit comments