Super secret view counting

This commit is contained in:
2019-02-11 22:41:22 +01:00
parent 95405e76d1
commit 32f715e65f
6 changed files with 8 additions and 9 deletions

View File

@@ -67,6 +67,6 @@ var Toolbar = {
}, 10000);
},
setViews: function(amount){
$("#views").html(amount);
$("#views").html("Views: "+amount);
}
};