Add buttons to copy links and bbcode

This commit is contained in:
2019-02-17 22:44:37 +01:00
parent 6fa16218f6
commit 92ae4d0d6b
8 changed files with 350 additions and 97 deletions

View File

@@ -64,7 +64,7 @@ var Toolbar = {
setTimeout(function(){
$("#btnCopy>span").text("Copy");
$("#btnCopy").removeClass("button_highlight");
}, 10000);
}, 60000);
},
setViews: function(amount){
$("#views").html("Views: "+amount);